.ApplicationForm_form__FuGp3{background:var(--bg-secondary);padding:3rem;border-radius:var(--radius-lg);border:1px solid hsla(0,0%,100%,.05);display:flex;flex-direction:column;gap:3rem}.ApplicationForm_section__c4kYu{display:flex;flex-direction:column;gap:1.5rem}.ApplicationForm_sectionTitle__CAjR5{font-size:1.25rem;color:var(--accent-primary);border-bottom:1px solid hsla(0,0%,100%,.05);padding-bottom:.75rem}.ApplicationForm_row__uPlTa{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem}.ApplicationForm_field__FMvyW{display:flex;flex-direction:column;gap:.5rem}.ApplicationForm_field__FMvyW label{font-size:.9rem;font-weight:500;color:var(--text-secondary)}.ApplicationForm_field__FMvyW input,.ApplicationForm_field__FMvyW select,.ApplicationForm_field__FMvyW textarea{background:hsla(0,0%,100%,.02);border:1px solid hsla(0,0%,100%,.1);border-radius:var(--radius-md);padding:.75rem 1rem;color:var(--text-primary);font-family:inherit;font-size:1rem;transition:all .3s ease}.ApplicationForm_field__FMvyW input:focus,.ApplicationForm_field__FMvyW select:focus,.ApplicationForm_field__FMvyW textarea:focus{outline:none;border-color:var(--accent-primary);background:hsla(0,0%,100%,.05)}.ApplicationForm_field__FMvyW select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:3rem}.ApplicationForm_field__FMvyW select option{background:#0a0a1a;color:#fff;padding:.75rem}.ApplicationForm_checkboxGroup__xY6rB,.ApplicationForm_radioGroup__ofCtk{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.75rem;gap:.75rem;margin-top:.5rem}.ApplicationForm_checkboxGroup__xY6rB label,.ApplicationForm_radioGroup__ofCtk label{display:flex;align-items:center;gap:.75rem;font-size:.95rem;cursor:pointer;color:var(--text-primary)}.ApplicationForm_submitRow__cM_bl{margin-top:1rem}.ApplicationForm_submitBtn__qHgB0{width:100%}.ApplicationForm_success__p0fKW{text-align:center;padding:6rem 2rem;display:flex;flex-direction:column;align-items:center;background:var(--bg-secondary);border-radius:var(--radius-lg)}.ApplicationForm_successIcon__tLNYP{width:80px;height:80px;background:var(--accent-gradient);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;margin-bottom:2rem;box-shadow:0 10px 30px rgba(10,59,177,.3)}.ApplicationForm_successTitle__pv4kj{font-size:2.5rem;margin-bottom:1rem}.ApplicationForm_successText__7vY_v{font-size:1.125rem;color:var(--text-secondary);max-width:500px;margin-bottom:3rem}@media (max-width:992px){.ApplicationForm_checkboxGroup__xY6rB{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.ApplicationForm_form__FuGp3{padding:2rem 1.5rem}.ApplicationForm_checkboxGroup__xY6rB,.ApplicationForm_row__uPlTa{grid-template-columns:1fr}.ApplicationForm_successTitle__pv4kj{font-size:2rem}}