:root{--bg:#f6f7f9;--surface:#fff;--surface-2:#f0f2f5;--border:#e2e5ea;--text:#1b1f24;--text-muted:#5b6570;--accent:#4f46e5;--accent-contrast:#fff;--error-bg:#fef2f2;--error-border:#fecaca;--error-text:#b42318;--radius:12px;--shadow:0 1px 2px #1018280f, 0 1px 3px #1018281a;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--bg:#0c0e12;--surface:#14171c;--surface-2:#1b1f26;--border:#262b33;--text:#e7e9ec;--text-muted:#9aa4b2;--accent:#818cf8;--accent-contrast:#0c0e12;--error-bg:#2a1414;--error-border:#5b2020;--error-text:#fca5a5;--shadow:none}}*{box-sizing:border-box}html,body,#root{height:100%}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5}code{background:var(--surface-2);border:1px solid var(--border);border-radius:6px;padding:.1em .4em;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.9em}a{color:var(--accent)}.app-shell{flex-direction:column;min-height:100%;display:flex}.site-header{background:var(--surface);border-bottom:1px solid var(--border);z-index:10;align-items:center;gap:1.5rem;padding:.85rem 1.5rem;display:flex;position:sticky;top:0}.site-header__brand{align-items:center;gap:.55rem;font-weight:600;display:flex}.site-header__logo{color:var(--accent);font-size:1.1rem}.site-header__role{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);border:1px solid var(--border);border-radius:999px;padding:.1rem .5rem;font-size:.7rem}.site-nav{gap:.25rem;margin-left:auto;display:flex}.site-nav__link{color:var(--text-muted);border-radius:8px;padding:.4rem .75rem;font-size:.92rem;text-decoration:none}.site-nav__link:hover{background:var(--surface-2);color:var(--text)}.site-nav__link--active{background:var(--surface-2);color:var(--text);font-weight:600}.site-header__status{color:var(--text-muted);text-align:right;min-width:5.5rem;font-size:.8rem}.site-header__status.is-loading{color:var(--accent)}.app-body{flex:1;width:100%;max-width:1040px;margin:0 auto;padding:2.5rem 1.5rem}.site-footer{border-top:1px solid var(--border);color:var(--text-muted);background:var(--surface);flex-wrap:wrap;justify-content:space-between;gap:1rem;padding:1rem 1.5rem;font-size:.85rem;display:flex}.site-footer__muted{opacity:.8}.slice-outlet{display:block}.slice-outlet[aria-busy=true]{opacity:.6}.home__eyebrow{text-transform:uppercase;letter-spacing:.08em;color:var(--accent);margin:0 0 .5rem;font-size:.75rem;font-weight:600}.home__title{margin:0 0 .75rem;font-size:clamp(1.7rem,4vw,2.4rem);line-height:1.15}.home__lead{color:var(--text-muted);max-width:60ch;margin:0 0 2rem;font-size:1.05rem}.cards{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-bottom:2.5rem;display:grid}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.25rem}.card__title{margin:0 0 .5rem;font-size:1.05rem}.card p{color:var(--text-muted);margin:0;font-size:.92rem}.home__next{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.25rem 1.5rem}.home__next-title{margin:0 0 .5rem;font-size:1.05rem}.steps{color:var(--text-muted);margin:0;padding-left:1.2rem}.steps li{margin:.35rem 0}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);max-width:60ch;padding:1.75rem}.panel--error{background:var(--error-bg);border-color:var(--error-border)}.panel--error .panel__title{color:var(--error-text)}.panel__title{margin:0 0 .5rem;font-size:1.25rem}.panel__lead{color:var(--text-muted);margin:0 0 .75rem}.button{background:var(--accent);color:var(--accent-contrast);border-radius:8px;margin-top:.75rem;padding:.5rem .9rem;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-block}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.9em}.section-header{margin-bottom:1.5rem}.section-header__title{margin:0 0 .35rem;font-size:1.5rem}.section-header__summary{color:var(--text-muted);max-width:70ch;margin:0}.section-header__toolbar{margin-top:1.25rem}.section__note{color:var(--text-muted);max-width:70ch;margin:1rem 0 0;font-size:.85rem}.tabs{border-bottom:1px solid var(--border);flex-wrap:wrap;gap:.25rem;display:flex}.tab{appearance:none;color:var(--text-muted);cursor:pointer;font:inherit;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:.5rem .75rem;font-size:.92rem}.tab:hover{color:var(--text)}.tab--active{color:var(--text);border-bottom-color:var(--accent);font-weight:600}.table-scroll{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow);overflow-x:auto}.table{border-collapse:collapse;width:100%;font-size:.9rem}.table th,.table td{text-align:left;border-bottom:1px solid var(--border);white-space:nowrap;padding:.65rem .9rem}.table thead th{background:var(--surface-2);text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-size:.78rem;position:sticky;top:0}.table tbody tr:last-child td{border-bottom:none}.table tbody tr:hover{background:var(--surface-2)}.table__cell--numeric{text-align:right;font-variant-numeric:tabular-nums}.table-empty{color:var(--text-muted);border:1px dashed var(--border);border-radius:var(--radius);text-align:center;margin:0;padding:2rem}.pill{border:1px solid var(--border);background:var(--surface-2);color:var(--text-muted);border-radius:999px;padding:.1rem .5rem;font-size:.78rem;font-weight:600;display:inline-block}.pill--ok{background:color-mix(in srgb, var(--accent) 12%, transparent);border-color:color-mix(in srgb, var(--accent) 35%, transparent);color:var(--accent)}.pill--warn{background:var(--error-bg);border-color:var(--error-border);color:var(--error-text)}.state{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);max-width:70ch;padding:1.5rem}.state--loading{color:var(--text-muted);background:0 0;border-style:dashed}.state--error{background:var(--error-bg);border-color:var(--error-border)}.state__title{color:var(--error-text);margin:0 0 .4rem;font-size:1.1rem}.state__lead{color:var(--text-muted);margin:0}.state__detail{word-break:break-all;margin:.75rem 0 0;font-size:.85rem}.state__links{margin:1rem 0 0;padding-left:1.2rem}.card--link{color:inherit;text-decoration:none;display:block}.card--link:hover{border-color:var(--accent)}.card__path{color:var(--text-muted);margin-top:.75rem;font-size:.82rem;display:block}
