.ApplyPage-module__VKSiHW__page{width:min(1200px,92vw);padding-block:var(--space-7);flex-direction:column;gap:1.5rem;margin-inline:auto;display:flex}.ApplyPage-module__VKSiHW__cards{grid-template-columns:2fr 3fr;align-items:stretch;gap:1.5rem;display:grid}.ApplyPage-module__VKSiHW__leftCard{background:linear-gradient(135deg, var(--accent) 0%, #0a0a0a 65%);color:#fff;border-radius:1.5rem;flex-direction:column;gap:2.5rem;padding:clamp(2.5rem,4vw,3.5rem);display:flex;position:relative;overflow:hidden}.ApplyPage-module__VKSiHW__leftCard:before{content:"";pointer-events:none;background:radial-gradient(circle,#1e63f040 0%,#0000 70%);width:260px;height:260px;position:absolute;top:-80px;right:-80px}.ApplyPage-module__VKSiHW__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:#ffffff73;margin:0;font-size:.68rem;font-weight:700}.ApplyPage-module__VKSiHW__heading{letter-spacing:-.04em;color:#fff;margin:.6rem 0 0;font-size:clamp(2.25rem,4vw,3.25rem);font-weight:800;line-height:1.05}.ApplyPage-module__VKSiHW__subtext{color:#ffffff8c;margin:0;font-size:.9rem;line-height:1.75}.ApplyPage-module__VKSiHW__perkList{margin:0;flex-direction:column;gap:0;margin-top:auto;padding:0;list-style:none;display:flex}.ApplyPage-module__VKSiHW__perk{border-bottom:1px solid #ffffff1a;align-items:center;gap:1rem;padding:1rem 0;display:flex}.ApplyPage-module__VKSiHW__perk:first-child{border-top:1px solid #ffffff1a}.ApplyPage-module__VKSiHW__perkIcon{color:#fffc;background:#ffffff1a;border-radius:.55rem;flex-shrink:0;place-items:center;width:2rem;height:2rem;display:grid}.ApplyPage-module__VKSiHW__perkText{color:#fffc;font-size:.875rem;font-weight:500;line-height:1.4}.ApplyPage-module__VKSiHW__rightCard{background:var(--surface);border:1px solid var(--line);border-radius:1.5rem;flex-direction:column;gap:1.75rem;padding:clamp(2.5rem,4vw,3.5rem);display:flex}.ApplyPage-module__VKSiHW__formTitle{letter-spacing:-.025em;color:var(--text);margin:0;font-size:1.25rem;font-weight:700}.ApplyPage-module__VKSiHW__formGrid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.ApplyPage-module__VKSiHW__fieldFull{grid-column:1/-1}.ApplyPage-module__VKSiHW__field{flex-direction:column;gap:.4rem;display:flex}.ApplyPage-module__VKSiHW__fieldLabel{letter-spacing:.09em;text-transform:uppercase;color:var(--muted);font-size:.68rem;font-weight:700}.ApplyPage-module__VKSiHW__fieldInput,.ApplyPage-module__VKSiHW__fieldSelect,.ApplyPage-module__VKSiHW__fieldTextarea{border:1.5px solid var(--line);background:var(--bg);width:100%;color:var(--text);box-sizing:border-box;appearance:none;border-radius:.75rem;outline:none;padding:.8rem 1rem;font-family:inherit;font-size:.9rem;line-height:1.5;transition:border-color .18s,background .18s}.ApplyPage-module__VKSiHW__fieldInput:focus,.ApplyPage-module__VKSiHW__fieldSelect:focus,.ApplyPage-module__VKSiHW__fieldTextarea:focus{border-color:var(--accent);background:var(--surface)}.ApplyPage-module__VKSiHW__fieldInput::placeholder,.ApplyPage-module__VKSiHW__fieldTextarea::placeholder{color:#bbb}.ApplyPage-module__VKSiHW__fieldTextarea{resize:vertical;min-height:120px}.ApplyPage-module__VKSiHW__selectWrap{position:relative}.ApplyPage-module__VKSiHW__selectArrow{pointer-events:none;color:#999;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.ApplyPage-module__VKSiHW__fileUploadWrap{flex-direction:column;gap:.4rem;display:flex}.ApplyPage-module__VKSiHW__fileArea{border:1.5px dashed var(--line);background:var(--bg);cursor:pointer;border-radius:.75rem;align-items:center;gap:1rem;padding:.9rem 1.1rem;transition:border-color .18s,background .18s;display:flex;position:relative}.ApplyPage-module__VKSiHW__fileArea:hover,.ApplyPage-module__VKSiHW__fileArea:focus-within{border-color:var(--accent);background:var(--surface)}.ApplyPage-module__VKSiHW__fileAreaActive{border-style:solid;border-color:var(--accent);background:#f0f5ff}.ApplyPage-module__VKSiHW__fileInput{opacity:0;clip:rect(0, 0, 0, 0);width:1px;height:1px;position:absolute;overflow:hidden}.ApplyPage-module__VKSiHW__fileIconWrap{background:var(--surface-2);color:#888;border-radius:.5rem;flex-shrink:0;place-items:center;width:2rem;height:2rem;transition:background .18s;display:grid}.ApplyPage-module__VKSiHW__fileArea:hover .ApplyPage-module__VKSiHW__fileIconWrap,.ApplyPage-module__VKSiHW__fileAreaActive .ApplyPage-module__VKSiHW__fileIconWrap{color:var(--accent);background:#1e63f01a}.ApplyPage-module__VKSiHW__fileTextGroup{flex-direction:column;gap:.1rem;display:flex}.ApplyPage-module__VKSiHW__filePrompt{color:var(--text);font-size:.875rem;font-weight:600}.ApplyPage-module__VKSiHW__fileHint{color:#999;font-size:.72rem}.ApplyPage-module__VKSiHW__fileErrorMsg{color:#c53030;margin:.4rem 0 0;font-size:.78rem;font-weight:500}.ApplyPage-module__VKSiHW__submitBtn{background:var(--text);color:#fff;cursor:pointer;letter-spacing:-.01em;border:none;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:.95rem 1.5rem;font-family:inherit;font-size:.9rem;font-weight:700;transition:opacity .2s,transform .18s;display:inline-flex}.ApplyPage-module__VKSiHW__submitBtn:hover{opacity:.82;transform:translateY(-1px)}.ApplyPage-module__VKSiHW__submitBtn:disabled{opacity:.5;cursor:not-allowed;transform:none}.ApplyPage-module__VKSiHW__submitArrow{transition:transform .18s}.ApplyPage-module__VKSiHW__submitBtn:not(:disabled):hover .ApplyPage-module__VKSiHW__submitArrow{transform:translate(3px)}.ApplyPage-module__VKSiHW__status{border-radius:.75rem;margin:0;padding:.75rem 1rem;font-size:.875rem;font-weight:500;line-height:1.5}.ApplyPage-module__VKSiHW__statusSuccess{color:#1a7a3f;background:#f0faf3;border:1px solid #b6e8c7}.ApplyPage-module__VKSiHW__statusError{color:#c53030;background:#fff5f5;border:1px solid #feb2b2}@media (max-width:900px){.ApplyPage-module__VKSiHW__cards{grid-template-columns:1fr}.ApplyPage-module__VKSiHW__perkList{margin-top:0}}@media (max-width:560px){.ApplyPage-module__VKSiHW__formGrid{grid-template-columns:1fr}.ApplyPage-module__VKSiHW__fieldFull{grid-column:1}}
