:root{--font-sans:Inter,"Segoe UI",system-ui,sans-serif;--font-mono:"JetBrains Mono",ui-monospace,monospace;--text-xs:.75rem;--text-sm:.875rem;--text-md:1rem;--text-lg:1.125rem;--text-xl:1.5rem;--text-2xl:2rem;--text-hero:2.5rem;--leading-tight:1.2;--leading-body:1.5;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--radius-sm:.375rem;--radius-md:.5rem;--radius-lg:.75rem;--surface-canvas:#f8fafc;--surface-panel:#fff;--surface-subtle:#f1f5f9;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#64748b;--border-default:#cbd5e1;--border-strong:#94a3b8;--status-success:#087f5b;--status-warning:#a15c00;--status-danger:#b42318;--status-info:#175cd3;--focus-ring:#2563eb;--chart-grid:#dbe3ec;--control-height:2.75rem;--touch-min:2.75rem;--content-max:90rem;--form-max:42rem;--measure:68ch;--accent-600:#1d4ed8;--accent-100:#dbeafe;--accent-ink:#1e3a8a;color-scheme:light}*{box-sizing:border-box}html{background:var(--surface-canvas);color:var(--text-primary);font-family:var(--font-sans);line-height:var(--leading-body)}body{margin:0}a{color:var(--accent-ink);text-decoration-thickness:.08em;text-underline-offset:.16em}button,input,select,textarea{font:inherit}a,button,input,select,textarea{border-radius:var(--radius-sm)}:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.skip-link{position:fixed;z-index:100;left:var(--space-4);top:-5rem;background:var(--text-primary);color:#fff;padding:var(--space-3) var(--space-4)}.skip-link:focus{top:var(--space-4)}.app-shell{min-height:100vh;display:grid;grid-template-columns:15rem 1fr;grid-template-rows:4rem 1fr}.app-shell--safe{--accent-600:#0f766e;--accent-100:#ccfbf1;--accent-ink:#134e4a}.app-shell--watchdog{--accent-600:#b45309;--accent-100:#fef3c7;--accent-ink:#78350f}.app-shell--synthetic{--accent-600:#1d4ed8;--accent-100:#dbeafe;--accent-ink:#1e3a8a}.app-shell__topbar{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;padding:0 var(--space-6);background:var(--surface-panel);border-bottom:1px solid var(--border-default);position:-webkit-sticky;position:sticky;top:0;z-index:20}.app-shell__meta{display:flex;align-items:center;gap:var(--space-4);color:var(--text-secondary);font-size:var(--text-sm)}.wordmark{font-weight:800;color:var(--text-primary);text-decoration:none;letter-spacing:-.025em}.app-shell__nav{padding:var(--space-6) var(--space-4);border-right:1px solid var(--border-default);background:var(--surface-panel)}.app-shell__bottom ul,.app-shell__nav ul{list-style:none;margin:0;padding:0}.app-shell__nav a{display:block;padding:var(--space-3) var(--space-4);margin-bottom:var(--space-1);color:var(--text-secondary);text-decoration:none;min-height:var(--touch-min)}.app-shell__nav a[aria-current=page]{background:var(--accent-100);color:var(--accent-ink);font-weight:700;border-left:3px solid var(--accent-600)}.app-shell__main{width:100%;max-width:var(--content-max);padding:var(--space-8);min-width:0}.app-shell__bottom{display:none}.page-header{display:flex;justify-content:space-between;gap:var(--space-6);align-items:flex-start;margin-bottom:var(--space-8)}.page-header h1{font-size:var(--text-2xl);line-height:var(--leading-tight);margin:0 0 var(--space-2)}.page-header p,.panel__header p{max-width:var(--measure);margin:0;color:var(--text-secondary)}.page-header__actions{display:flex;gap:var(--space-2);flex-wrap:wrap}.panel{background:var(--surface-panel);border:1px solid var(--border-default);border-radius:var(--radius-lg);padding:var(--space-6);margin-bottom:var(--space-6)}.panel__header{margin-bottom:var(--space-5)}.panel h2,.state-panel h2{font-size:var(--text-lg);margin:0 0 var(--space-2)}.button{border:1px solid transparent;min-height:var(--touch-min);padding:var(--space-2) var(--space-4);font-weight:700;cursor:pointer}.button:disabled{cursor:not-allowed;opacity:.62}.button--primary{background:var(--accent-600);color:#fff}.button--secondary{background:var(--surface-panel);border-color:var(--border-strong);color:var(--text-primary)}.button--danger{background:var(--status-danger);color:#fff}.button--quiet{background:transparent;color:var(--text-secondary);padding-inline:var(--space-2)}.button-row{display:flex;gap:var(--space-3);flex-wrap:wrap;margin-top:var(--space-5)}.status-badge{display:inline-flex;align-items:center;gap:var(--space-2);padding:var(--space-1) var(--space-3);font-size:var(--text-sm);font-weight:700;border-radius:999px;background:var(--surface-subtle);color:var(--text-secondary)}.status-badge--success{color:var(--status-success);background:#dff7ed}.status-badge--warning{color:#78350f;background:#fef3c7}.status-badge--danger{color:#7a271a;background:#fee4e2}.status-badge--info{color:#1849a9;background:#eff8ff}.state-panel{padding:var(--space-5);border:1px solid var(--border-default);border-left:4px solid var(--border-strong);background:var(--surface-panel);margin-bottom:var(--space-6)}.state-panel--danger{border-left-color:var(--status-danger);background:#fff7f6}.state-panel--warning{border-left-color:var(--status-warning);background:#fffcf5}.state-panel--success{border-left-color:var(--status-success);background:#f6fef9}.state-panel--info{border-left-color:var(--status-info);background:#f5faff}.state-panel p{margin:.25rem 0}.state-panel__action{margin-top:var(--space-4)}.metric-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(11rem,1fr));grid-gap:1px;gap:1px;background:var(--border-default);border:1px solid var(--border-default);margin:0 0 var(--space-6)}.metric{background:var(--surface-panel);padding:var(--space-5);min-width:0}.metric dt{color:var(--text-secondary);font-size:var(--text-sm)}.metric dd{font-size:var(--text-xl);font-weight:800;margin:var(--space-2) 0;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.metric__help{display:block;color:var(--text-muted);font-size:var(--text-sm);font-weight:400}.table-wrap{overflow-x:auto}.table-wrap table{width:100%;border-collapse:collapse}.table-wrap caption{text-align:left;font-weight:700;padding-bottom:var(--space-3)}td,th{text-align:left;padding:var(--space-3);border-bottom:1px solid var(--border-default);vertical-align:top}th{font-size:var(--text-sm);color:var(--text-secondary);background:var(--surface-subtle)}td code{font-family:var(--font-mono);font-size:var(--text-xs)}.confirm-dialog{width:min(32rem,calc(100% - 2rem));border:1px solid var(--border-strong);border-radius:var(--radius-lg);padding:var(--space-6);color:var(--text-primary)}.confirm-dialog::-webkit-backdrop{background:#0f172a99}.confirm-dialog::backdrop{background:#0f172a99}.confirm-dialog h2{margin-top:0}.simple-bars dl{display:grid;grid-gap:var(--space-3);gap:var(--space-3);margin:0}.simple-bars dl>div{display:grid;grid-template-columns:minmax(7rem,12rem) 1fr;align-items:center;grid-gap:var(--space-3);gap:var(--space-3)}.simple-bars dt{color:var(--text-secondary);font-size:var(--text-sm)}.simple-bars dd{margin:0;background:var(--surface-subtle);position:relative;min-height:2rem;display:flex;align-items:center}.simple-bars dd span{position:absolute;inset-block:0;left:0;background:var(--accent-100);border-left:3px solid var(--accent-600)}.simple-bars dd strong{position:relative;padding:var(--space-1) var(--space-2);font-size:var(--text-sm)}.form-stack{max-width:var(--form-max)}.form-field{margin-bottom:var(--space-5)}.form-field label{display:block;font-weight:700;margin-bottom:var(--space-2)}.form-field input,.form-field select,.form-field textarea{display:block;width:100%;min-height:var(--control-height);border:1px solid var(--border-strong);background:#fff;padding:var(--space-2) var(--space-3)}.form-field textarea{min-height:7rem;resize:vertical}.form-field__error,.form-field__hint{margin:var(--space-1) 0 0;font-size:var(--text-sm)}.form-field__hint{color:var(--text-muted)}.form-field__error,.inline-error{color:var(--status-danger)}.inline-error{padding:var(--space-3);border-left:4px solid var(--status-danger);background:#fff7f6;margin-bottom:var(--space-4)}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:0 var(--space-5);gap:0 var(--space-5)}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:var(--space-4)}.auth-card{width:min(100%,26rem);background:var(--surface-panel);border:1px solid var(--border-default);padding:var(--space-8);border-radius:var(--radius-lg)}.auth-card h1{font-size:var(--text-2xl);margin:var(--space-6) 0 var(--space-2)}.auth-card>p{color:var(--text-secondary)}.auth-card .button{width:100%}.auth-card__switch{text-align:center;margin-top:var(--space-6)}.hero-amount{font-size:var(--text-hero);font-weight:850;line-height:var(--leading-tight);letter-spacing:-.035em;margin:var(--space-2) 0}.muted{color:var(--text-muted)}.disclaimer,.muted{font-size:var(--text-sm)}.disclaimer{border-top:1px solid var(--border-default);padding-top:var(--space-4);color:var(--text-secondary)}.skeleton{display:grid;grid-gap:var(--space-3);gap:var(--space-3)}.skeleton span{height:4rem;background:var(--surface-subtle);border-radius:var(--radius-md);animation:pulse 1.5s ease-in-out infinite}.timeline{list-style:none;padding:0}.timeline li{padding:var(--space-4) 0 var(--space-4) var(--space-6);border-left:2px solid var(--border-default);position:relative}.timeline li:before{content:"";position:absolute;left:-.42rem;top:1.35rem;width:.7rem;height:.7rem;border-radius:50%;background:var(--accent-600)}.step-list{list-style:none;counter-reset:steps;padding:0}.step-list li{counter-increment:steps;border:1px solid var(--border-default);padding:var(--space-4);margin-bottom:var(--space-2)}.step-list li:before{content:counter(steps) ". ";font-weight:800}.screenshot{max-width:100%;height:auto;border:1px solid var(--border-default)}@keyframes pulse{50%{opacity:.55}}@media(max-width:1023px){.app-shell{grid-template-columns:12rem 1fr}.app-shell__nav{padding-inline:var(--space-2)}.app-shell__nav a{padding-inline:var(--space-3)}.app-shell__main{padding:var(--space-6)}}@media(max-width:767px){.app-shell{display:block;padding-bottom:4.75rem}.app-shell__topbar{height:4rem;padding:0 var(--space-4)}.app-shell__meta>span,.app-shell__nav{display:none}.app-shell__main{padding:var(--space-5) var(--space-4)}.app-shell__bottom{display:block;position:fixed;bottom:0;left:0;right:0;background:var(--surface-panel);border-top:1px solid var(--border-default);z-index:30}.app-shell__bottom ul{display:grid;grid-auto-flow:column;grid-auto-columns:1fr}.app-shell__bottom a{display:grid;place-items:center;text-align:center;min-height:4rem;padding:var(--space-1);font-size:var(--text-xs);color:var(--text-secondary);text-decoration:none}.app-shell__bottom a[aria-current=page]{font-weight:800;color:var(--accent-ink);border-top:3px solid var(--accent-600)}.page-header{display:block}.page-header__actions{margin-top:var(--space-4)}.page-header__actions .button{width:100%}.hero-amount{font-size:var(--text-2xl)}.metric-grid{grid-template-columns:1fr 1fr}.panel{padding:var(--space-4)}.form-grid{grid-template-columns:1fr}.table-wrap{overflow:visible}.table-wrap table,.table-wrap tbody,.table-wrap td,.table-wrap thead,.table-wrap tr{display:block}.table-wrap thead{position:absolute;clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%)}.table-wrap tr{border:1px solid var(--border-default);margin-bottom:var(--space-3);padding:var(--space-2)}.table-wrap td{border:0;display:grid;grid-template-columns:minmax(7rem,40%) 1fr;grid-gap:var(--space-2);gap:var(--space-2);padding:var(--space-2)}.table-wrap td:before{content:attr(data-label);font-weight:700;color:var(--text-secondary)}.auth-card{padding:var(--space-6) var(--space-5)}}@media(max-width:390px){.metric-grid{grid-template-columns:1fr}.app-shell__bottom a{font-size:.64rem;padding-inline:0}.simple-bars dl>div{grid-template-columns:1fr}.simple-bars dd{min-height:1.75rem}}@media(prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}