:root{--bg: #0b0f17;--surface: #121826;--surface-2: #1b2435;--surface-3: #232f45;--border: #283350;--text: #e6edf7;--muted: #9aa7bd;--accent: #4f8cff;--accent-ink: #ffffff;--live: #3ad29f;--dead: #6b7689;--danger: #ff6b6b;--warn: #ffd166;--s1: 4px;--s2: 8px;--s3: 12px;--s4: 16px;--s5: 24px;--s6: 32px;--r1: 6px;--r2: 10px;--r3: 14px;--font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;--fs-sm: 13px;--fs-md: 15px;--fs-lg: 18px;--fs-xl: 22px;--touch: 44px;--maxw: 760px;--header-h: 52px;--nav-h: 56px;--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px)}@media(prefers-color-scheme:light){:root{--bg: #f4f6fb;--surface: #ffffff;--surface-2: #eef2f9;--surface-3: #e3e9f4;--border: #d3dbe9;--text: #131a26;--muted: #5a6678;--dead: #97a1b2}}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--font);font-size:var(--fs-md);line-height:1.45;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}button{font:inherit;color:inherit}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:var(--r1)}#app{display:grid;grid-template-rows:auto 1fr auto;width:100%;max-width:var(--maxw);margin:0 auto;height:100dvh;min-height:100dvh;background:var(--bg)}.app-header{display:flex;align-items:center;justify-content:space-between;gap:var(--s3);padding:calc(var(--safe-top) + var(--s2)) var(--s4) var(--s2);min-height:var(--header-h);background:var(--surface);border-bottom:1px solid var(--border);overflow:hidden}.app-header__title{flex:0 0 auto;font-size:var(--fs-md);font-weight:700;letter-spacing:.2px;white-space:nowrap}.app-header__title span{color:var(--accent)}.app-header__meta{flex:1 1 auto;display:flex;align-items:center;justify-content:flex-end;gap:var(--s2);min-width:0}.app-header__email{flex:0 1 auto;min-width:0;font-size:var(--fs-sm);color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:42vw}.project-select{flex:0 1 auto;min-width:0;appearance:none;background:var(--surface-2);color:var(--text);border:1px solid var(--border);border-radius:var(--r1);padding:var(--s1) var(--s3);min-height:36px;font-size:var(--fs-sm);max-width:40vw;text-overflow:ellipsis}.app-main{position:relative;overflow:auto;-webkit-overflow-scrolling:touch;padding:var(--s4);min-width:0}.app-main--bleed{padding:0}.app-nav{display:flex;align-items:stretch;border-top:1px solid var(--border);background:var(--surface);padding-bottom:var(--safe-bottom);min-height:var(--nav-h)}.nav-tab{flex:1 1 0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;min-height:var(--touch);padding:var(--s2) var(--s1);background:transparent;border:0;border-top:2px solid transparent;color:var(--muted);font-size:11px;letter-spacing:.3px;cursor:pointer}.nav-tab__icon{font-size:18px;line-height:1}.nav-tab[aria-selected=true]{color:var(--text);border-top-color:var(--accent);background:var(--surface-2)}.nav-tab[aria-disabled=true]{opacity:.4}.state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--s3);text-align:center;padding:var(--s6) var(--s4);color:var(--muted);min-height:40dvh}.state__icon{font-size:30px}.state--error{color:var(--danger)}.state__retry{min-height:var(--touch);padding:0 var(--s4);background:var(--accent);color:var(--accent-ink);border:0;border-radius:var(--r2);font-weight:600;cursor:pointer}.spinner{width:26px;height:26px;border:3px solid var(--surface-3);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.spinner{animation-duration:2.4s}}.badge{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.4px;padding:2px 8px;border-radius:999px;border:1px solid var(--border);color:var(--muted);white-space:nowrap}.badge__dot{width:8px;height:8px;border-radius:50%;background:var(--dead)}.badge--live{color:var(--live);border-color:color-mix(in srgb,var(--live) 40%,transparent)}.badge--live .badge__dot{background:var(--live);box-shadow:0 0 0 3px color-mix(in srgb,var(--live) 25%,transparent)}.row{display:flex;align-items:center;gap:var(--s2)}.muted{color:var(--muted)}.mono{font-family:var(--mono)}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
