.apply-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:10000}.apply-modal-content{background-color:white;border-radius:8px;width:90%;max-width:600px;box-shadow:0 10px 50px rgba(0,0,0,.3);overflow:hidden}.apply-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #e5e5e5}.apply-modal-header h2{font-size:20px;font-weight:700;margin:0;color:#222}.apply-modal-close{background:none;border:none;font-size:24px;cursor:pointer;color:#666;padding:0;width:30px;height:30px;display:flex;justify-content:center;align-items:center;transition:color .2s}.apply-modal-close:hover{color:#000}.apply-modal-body{padding:30px;text-align:center}.apply-modal-text{font-size:16px;line-height:1.8;color:#333;margin:0;white-space:pre-wrap}.apply-modal-email{text-decoration:underline;font-weight:600;-webkit-user-select:text;-moz-user-select:text;user-select:text;cursor:text}.apply-modal-footer{padding:20px;border-top:1px solid #e5e5e5;display:flex;justify-content:center}.apply-modal-confirm{background-color:#000;color:white;border:none;padding:12px 40px;font-size:16px;font-weight:600;border-radius:4px;cursor:pointer;transition:background-color .2s}.apply-modal-confirm:hover{background-color:#333}