:root{--navy-950:#081329;--navy-900:#0f1f3d;--navy-800:#162d52;--blue-700:#174a82;--blue-600:#1d5799;--blue-500:#2d6fb4;--blue-100:#dce9f6;--blue-50:#eef5fb;--cream-100:#e8e5dd;--cream-50:#f0efe9;--surface:#ffffff;--ink:#172235;--muted:#637085;--line:#d8dce2;--line-dark:#253858;--success:#176b4d;--success-bg:#e6f4ee;--warning:#8a5a12;--warning-bg:#fff4d9;--danger:#a33a3a;--danger-bg:#fbeaea;--info:#1b5d96;--shadow-sm:0 8px 24px rgba(15,31,61,0.08);--shadow-lg:0 24px 70px rgba(8,19,41,0.16);--radius-sm:8px;--radius-md:14px;--radius-lg:22px;--container:1200px}*{box-sizing:border-box}html{scroll-behavior:smooth}body,html{background:var(--cream-50)}body{margin:0;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;text-rendering:optimizeLegibility}button,input,select,textarea{font:inherit}a,button,input,select,summary,textarea{outline-offset:4px}:focus-visible{outline:3px solid #71aee7;outline-offset:3px}a{color:inherit}button{cursor:pointer}img,svg{display:block}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:inherit;letter-spacing:-.035em;line-height:1.05}h1{font-size:clamp(2.6rem,5.4vw,4.9rem)}h2{font-size:clamp(2rem,4vw,3.8rem)}h3{font-size:1.25rem}p{color:var(--muted)}.skip-link{position:fixed;z-index:999;left:1rem;top:1rem;padding:.75rem 1rem;background:var(--surface);color:var(--navy-900);border-radius:var(--radius-sm);transform:translateY(-160%);transition:transform .16s ease}.skip-link:focus{transform:translateY(0)}.container{width:min(calc(100% - 2rem),var(--container));margin-inline:auto}.brand{display:inline-flex;align-items:center;gap:.65rem;text-decoration:none;font-weight:700;letter-spacing:-.025em}.brand__mark{width:.72rem;height:.72rem;color:var(--blue-500)}.brand__name{white-space:nowrap}.eyebrow{margin-bottom:.75rem;color:var(--blue-600);font-size:.75rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.button{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:.7rem;padding:.58rem .9rem;border:1px solid transparent;border-radius:var(--radius-sm);text-decoration:none;font-size:.78rem;font-weight:650;line-height:1;transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease,transform .15s ease}.button svg{width:1rem;height:1rem}.button:hover{transform:translateY(-1px)}.button--primary{color:#fff;background:var(--blue-600);box-shadow:0 8px 20px rgba(29,87,153,.2)}.button--primary:hover{background:var(--blue-700);box-shadow:0 12px 26px rgba(23,74,130,.26)}.button--secondary{color:var(--navy-900);background:transparent;border-color:#aab3c0}.button--secondary:hover{background:var(--surface);border-color:var(--navy-900)}.button--light{color:var(--navy-900);background:#fff}.button--quiet{min-height:44px;padding-inline:.25rem;color:var(--blue-600);background:transparent}.button--danger{color:#fff;background:var(--danger)}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin-bottom:2.5rem}.section-heading h2{max-width:760px;margin-bottom:.75rem}.section-heading p{max-width:690px;margin-bottom:0;font-size:1.06rem}.section-heading--center{justify-content:center;text-align:center}.section-heading--center p{margin-inline:auto}.status{display:inline-flex;align-items:center;min-height:24px;padding:.2rem .5rem;color:var(--muted);background:#eef0f3;border-radius:999px;font-size:.68rem;font-weight:700;letter-spacing:.01em}.status--info{color:var(--info);background:var(--blue-50)}.status--success{color:var(--success);background:var(--success-bg)}.status--warning{color:var(--warning);background:var(--warning-bg)}.status--danger{color:var(--danger);background:var(--danger-bg)}.field{display:grid;grid-gap:.32rem;gap:.32rem}.field__label{color:var(--ink);font-size:.78rem;font-weight:650}.field input,.field select,.field textarea,.input{width:100%;min-height:42px;padding:.58rem .72rem;color:var(--ink);background:#fff;border:1px solid #b8c0cb;border-radius:var(--radius-sm);font-size:.82rem}.field textarea{min-height:84px;resize:vertical}.field__error,.field__hint{font-size:.68rem}@media (pointer:coarse){.button,.field input,.field select,.input{min-height:44px}}.field__hint{color:var(--muted)}.field__error{color:var(--danger)}.progress__meta{display:flex;justify-content:space-between;gap:1rem;margin-bottom:.5rem;font-size:.8rem}.progress__track{height:7px;overflow:hidden;background:#dfe3e9;border-radius:99px}.progress__track span{height:100%;display:block;background:var(--blue-600);border-radius:inherit}.empty-state{max-width:520px;margin:0 auto;padding:4rem 1.5rem;text-align:center}.empty-state__icon{width:64px;height:64px;display:grid;place-items:center;margin:0 auto 1.5rem;color:var(--blue-600);background:var(--blue-50);border-radius:50%}.empty-state__icon svg{width:30px;height:30px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width:720px){.container{width:min(calc(100% - 1.25rem),var(--container))}.section-heading{display:block}.section-heading__action{margin-top:1.25rem}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}