/* All visual decisions are tokens. Replace the theme, not application logic. */
:root{--font:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--ink:#183b50;--muted:#567486;--faint:#7a929f;--accent:#137d94;--accent-ink:#fff;--accent-soft:#dcf6f8;--border:rgba(255,255,255,.72);--panel:rgba(249,253,255,.55);--panel-strong:rgba(251,254,255,.85);--field:rgba(255,255,255,.60);--danger:#b64956;--danger-soft:#fff1f2;--green:#247f71;--radius:28px;--radius-sm:17px;--blur:24px;--shadow:0 18px 65px rgba(46,93,119,.11),inset 0 1px 0 rgba(255,255,255,.94);--page-width:1440px;--space:24px;--focus:0 0 0 3px rgba(22,141,167,.25)}
*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:var(--font);color:var(--ink);font-size:15px;line-height:1.5}body{background:#e2edf4}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.48}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{outline:2px solid var(--accent);outline-offset:3px}a{color:var(--accent);text-decoration:none}svg.icon{width:21px;height:21px;flex:none;stroke:currentColor;fill:none;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}h1,h2,h3,p{margin:0}h1{font-size:36px;line-height:1.15;letter-spacing:-1.3px;font-weight:650}h2{font-size:22px;line-height:1.3;letter-spacing:-.6px}h3{font-size:16px;font-weight:650}small,.small{font-size:12px}.muted{color:var(--muted)}.hidden,[hidden]{display:none!important}.row{display:flex;align-items:center;gap:12px}.spread{justify-content:space-between}.stack{display:flex;flex-direction:column;gap:18px}.wrap{flex-wrap:wrap}.grow{flex:1;min-width:0}.center{text-align:center}.mono{font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.eyebrow{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:2.2px;color:var(--muted)}.text-danger{color:var(--danger)}.rule{height:1px;background:rgba(77,118,140,.13);margin:20px 0}.mt{margin-top:20px}.mb{margin-bottom:18px}.icon-only{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0!important}.loader{width:18px;height:18px;display:inline-block;border:2px solid rgba(74,118,143,.2);border-top-color:var(--accent);border-radius:50%;animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
