.apply-page{--apply-leaf:var(--brand-primary,#8b6d66);--apply-cream:#f4efe9;--apply-surface:#fff;--apply-ink:#2c211e;--apply-muted:#4a3833;--apply-accent:var(--brand-accent,#6e2a34);background:radial-gradient(ellipse 80% 50% at 10% 0%, #8b6d661a, transparent 55%), radial-gradient(ellipse 70% 45% at 100% 10%, #6e2a340f, transparent 50%), var(--apply-cream);min-height:100vh;color:var(--apply-ink);font-family:DM Sans,system-ui,sans-serif}.apply-page .nav-wrap{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f4efe9f0;border-bottom:1px solid #5f484214}.apply-page .logo-text,.apply-page h1,.apply-page h2,.apply-page legend{color:var(--apply-ink);font-family:Cormorant Garamond,Georgia,serif}.apply-main{max-width:540px;margin:0 auto;padding:1.25rem 1rem 3rem}.apply-hero{text-align:left;margin-bottom:1.5rem}.apply-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--apply-accent);margin:0 0 .35rem;font-size:.72rem;font-weight:700}.apply-hero h1{margin:0 0 .65rem;font-size:clamp(1.85rem,6vw,2.35rem);font-weight:600;line-height:1.12}.apply-lead{color:var(--apply-muted);margin:0;font-size:.95rem;line-height:1.55}.apply-form{flex-direction:column;gap:1rem;display:flex}.apply-field{flex-direction:column;gap:.35rem;display:flex}.apply-field>span{color:var(--apply-ink);font-size:.88rem;font-weight:600}.apply-field em{color:var(--apply-muted);font-size:.8rem;font-style:normal;font-weight:500}.apply-field input:not([type=checkbox]):not([type=radio]),.apply-field select,.apply-field textarea,.apply-upload-block input[type=file]{box-sizing:border-box;background:var(--apply-surface);width:100%;min-height:48px;color:var(--apply-ink);font:inherit;border:1px solid #5f484238;border-radius:10px;padding:.75rem .85rem;font-size:1rem}.apply-field textarea{resize:vertical;min-height:96px;line-height:1.45}.apply-field input:not([type=checkbox]):not([type=radio]):focus,.apply-field select:focus,.apply-field textarea:focus{outline-offset:1px;border-color:var(--apply-accent);outline:2px solid #6e2a3459}.apply-fieldset{background:var(--apply-surface);border:1px solid #5f484229;border-radius:12px;margin:0;padding:.85rem .9rem 1rem}.apply-fieldset legend{padding:0 .35rem;font-size:1.05rem;font-weight:600}.apply-checks{flex-direction:column;gap:.35rem;display:flex}.apply-check{min-height:44px;color:var(--apply-ink);cursor:pointer;-webkit-tap-highlight-color:transparent;flex-direction:row;align-items:flex-start;gap:.75rem;padding:.55rem .15rem;font-size:.95rem;line-height:1.35;display:flex}.apply-check span{flex:1;padding-top:.1rem}.apply-check input[type=checkbox]{appearance:none;box-sizing:border-box;width:1.25rem;min-width:1.25rem;height:1.25rem;min-height:1.25rem;accent-color:var(--apply-accent);cursor:pointer;background:#fff;border:2px solid #5f484273;border-radius:4px;flex-shrink:0;margin:.1rem 0 0;padding:0;position:relative}.apply-check input[type=checkbox]:checked{background:var(--apply-accent);border-color:var(--apply-accent)}.apply-check input[type=checkbox]:checked:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:.32rem;height:.6rem;position:absolute;top:.05rem;left:.28rem;transform:rotate(45deg)}.apply-check input[type=checkbox]:focus-visible{outline-offset:2px;outline:2px solid #6e2a3473}.apply-field-nested{margin-top:.75rem}.apply-upload-block{flex-direction:column;gap:.45rem;display:flex}.apply-upload-hint{color:var(--apply-muted);margin:0;font-size:.84rem;line-height:1.45}.apply-upload-block input[type=file]{padding:.65rem;font-size:.88rem}.apply-file-list{flex-direction:column;gap:.5rem;margin:.35rem 0 0;padding:0;list-style:none;display:flex}.apply-file-list li{background:var(--apply-surface);border:1px solid #5f484226;border-radius:10px;grid-template-columns:52px 1fr auto;align-items:center;gap:.65rem;padding:.45rem .55rem;display:grid}.apply-file-list img{object-fit:cover;border-radius:8px;width:52px;height:52px}.apply-file-badge{width:52px;height:52px;color:var(--apply-leaf);text-transform:uppercase;background:#8b6d661f;border-radius:8px;place-items:center;font-size:.72rem;font-weight:700;display:grid}.apply-file-name{text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;overflow:hidden}.apply-file-remove{color:#8a2a2a;min-height:40px;font:inherit;cursor:pointer;background:0 0;border:none;padding:.35rem .65rem;font-size:.82rem;font-weight:600}.apply-honeypot{width:1px;height:1px;position:absolute;top:auto;left:-10000px;overflow:hidden}.apply-error{color:#8a2a2a;background:#f8e8e6;border-radius:10px;margin:0;padding:.75rem .9rem;font-size:.9rem;line-height:1.4}.apply-submit{background:var(--apply-accent);color:#f4efe9;min-height:52px;font:inherit;cursor:pointer;border:none;border-radius:12px;margin-top:.35rem;font-size:1.05rem;font-weight:600;transition:background .15s,transform .15s}.apply-submit:hover:not(:disabled){background:#5a222a}.apply-submit:active:not(:disabled){transform:scale(.98)}.apply-submit:disabled{opacity:.65;cursor:wait}.apply-success{background:var(--apply-surface);text-align:center;border:1px solid #5f48422e;border-radius:14px;padding:1.5rem 1.15rem}.apply-success h2{margin:0 0 .5rem;font-size:1.65rem}.apply-success p{color:var(--apply-muted);margin:0 0 1.25rem;line-height:1.5}.apply-home-link{background:var(--apply-accent);color:#f4efe9;border-radius:12px;justify-content:center;align-items:center;min-height:48px;padding:.65rem 1.25rem;font-weight:600;text-decoration:none;display:inline-flex}@media (min-width:640px){.apply-main{padding-top:1.75rem}}
