.signin{justify-content:center;gap:var(--space-4);max-width:32rem;min-height:100vh;padding:var(--space-8) var(--space-6);flex-direction:column;margin:0 auto;display:flex}.signin h1{letter-spacing:-.03em;font-size:clamp(1.75rem,1.5rem + 1.5vw,2.5rem)}.signin .btn{align-self:start}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--bg:#fbfbfc;--surface:#fff;--surface-2:#f4f5f8;--surface-3:#eceef3;--border:#e6e8ee;--border-strong:#d2d7e0;--text:#14171c;--text-soft:#3d444f;--muted:#6b7280;--accent:#2f5fd8;--accent-text:#fff;--accent-soft:#eef2fd;--accent-line:#c5d2fa;--danger:#b42318;--danger-bg:#fef3f2;--warn:#8a5a00;--warn-bg:#fff8ea;--ok:#14713d;--ok-bg:#eefaf2;--chevron:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");--font-sans:ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono:ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;--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;--radius:12px;--radius-sm:8px;--shadow:0 1px 2px #1018280a, 0 8px 24px -12px #1018281f;--chart-height:18rem;--motion:.12s;--numeric:tabular-nums}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--bg:#0b0d12;--surface:#12151c;--surface-2:#191e27;--surface-3:#1f2530;--border:#262c38;--border-strong:#3a4353;--text:#e9ecf2;--text-soft:#b6bdc9;--muted:#8b95a5;--accent:#7aa2f7;--accent-text:#0b0d12;--accent-soft:#16203a;--accent-line:#2d3f66;--danger:#ff9d94;--danger-bg:#2a1416;--warn:#efc368;--warn-bg:#2a2314;--ok:#7fd8a5;--ok-bg:#10241a;--chevron:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%238b95a5' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");--shadow:0 1px 2px #0006, 0 8px 24px -12px #0009}}*,:before,:after{box-sizing:border-box}*{scrollbar-width:thin;scrollbar-color:var(--border-strong) transparent}::selection{background:var(--accent-soft);color:var(--text)}body{background:var(--bg);color:var(--text);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;margin:0;font-size:.9375rem;line-height:1.55}h1,h2,h3,h4{letter-spacing:-.01em;text-wrap:balance;margin:0;font-weight:600;line-height:1.25}p{margin:0}a{color:inherit}code,time{font-family:var(--font-mono);font-variant-numeric:var(--numeric);font-size:.9em}code{overflow-wrap:anywhere}.shell{grid-template-columns:16.5rem minmax(0,1fr);min-height:100vh;display:grid}.sidebar{gap:var(--space-6);height:100vh;padding:var(--space-6) var(--space-4);background:var(--surface);border-right:1px solid var(--border);flex-direction:column;display:flex;position:sticky;top:0}.brand{align-items:center;gap:var(--space-3);font-size:1rem;font-weight:600;text-decoration:none;display:flex}.brand-mark{border-radius:var(--radius-sm);background:var(--accent);width:2rem;height:2rem;color:var(--accent-text);place-items:center;display:grid}.picker{gap:var(--space-3);padding-bottom:var(--space-5);border-bottom:1px solid var(--border);flex-direction:column;display:flex}.nav ul{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.nav-item{align-items:center;gap:var(--space-3);border-radius:var(--radius-sm);color:var(--text-soft);transition:background var(--motion) ease, color var(--motion) ease;padding:.5rem .625rem;font-size:.875rem;font-weight:500;text-decoration:none;display:flex;position:relative}.nav-item:hover{background:var(--surface-2);color:var(--text)}.nav-item[aria-current=page]{background:var(--accent-soft);color:var(--accent);font-weight:600}.nav-item[aria-current=page]:before{content:"";background:var(--accent);border-radius:3px;width:3px;height:1.25rem;position:absolute;top:50%;left:-.625rem;translate:0 -50%}.sidebar-foot{gap:var(--space-2);padding-top:var(--space-4);border-top:1px solid var(--border);flex-direction:column;margin-top:auto;display:flex}.who{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.page{gap:var(--space-6);min-width:0;padding:var(--space-8) var(--space-8) var(--space-10);flex-direction:column;display:flex}.page-head{gap:var(--space-1);padding-bottom:var(--space-5);border-bottom:1px solid var(--border);flex-direction:column;display:flex}.eyebrow{text-transform:uppercase;letter-spacing:.14em;color:var(--muted);font-size:.6875rem;font-weight:600}.page-head h1{letter-spacing:-.025em;font-size:clamp(1.625rem,1.4rem + 1vw,2rem)}.context{font-family:var(--font-mono);font-variant-numeric:var(--numeric);color:var(--text-soft);font-size:.8125rem}.lede{max-width:48ch;color:var(--muted)}.page-body{gap:var(--space-6);flex-direction:column;display:flex}.panel{gap:var(--space-5);padding:var(--space-5);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;min-width:0;display:flex}.panel-head{justify-content:space-between;align-items:baseline;gap:var(--space-2) var(--space-4);flex-wrap:wrap;display:flex}.panel-head h2{letter-spacing:-.005em;font-size:1.0625rem}.toolbar{align-items:end;gap:var(--space-4);flex-wrap:wrap;display:flex}.field{flex-direction:column;gap:.375rem;min-width:0;display:flex}.field-label{text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-size:.6875rem;font-weight:600}input,select{font:inherit;color:var(--text);background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-sm);min-width:10rem;min-height:2.375rem;transition:border-color var(--motion) ease, box-shadow var(--motion) ease;padding:.5rem .75rem;font-size:.875rem}select{appearance:none;background-image:var(--chevron);background-position:right .65rem center;background-repeat:no-repeat;padding-right:2rem}input:hover:not(:disabled),select:hover:not(:disabled){border-color:var(--muted)}input:focus-visible,select:focus-visible{border-color:var(--accent)}input:disabled,select:disabled{background:var(--surface-2);color:var(--muted);cursor:not-allowed}input::placeholder{color:var(--muted)}.btn{font:inherit;color:var(--accent-text);background:var(--accent);border-radius:var(--radius-sm);cursor:pointer;min-height:2.375rem;transition:filter var(--motion) ease, background var(--motion) ease, border-color var(--motion) ease;border:1px solid #0000;padding:.5rem .875rem;font-size:.875rem;font-weight:500}.btn:hover:not(:disabled){filter:brightness(1.06)}.btn:disabled{background:var(--surface-2);color:var(--muted);border-color:var(--border);cursor:not-allowed;filter:none}.btn.ghost{color:var(--text-soft);border-color:var(--border-strong);background:0 0}.btn.ghost:hover:not(:disabled){background:var(--surface-2);filter:none}.btn.quiet{color:var(--accent);border-color:var(--border-strong);background:0 0;min-height:1.875rem;padding:.25rem .625rem;font-size:.8125rem}.btn.quiet:hover:not(:disabled){background:var(--accent-soft);filter:none}.btn.danger{background:var(--danger);color:#fff}@media (prefers-color-scheme:dark){.btn.danger{color:#2a1416}}table{border-collapse:collapse;width:100%;font-size:.875rem}caption{text-align:left;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);padding-bottom:.625rem;font-size:.6875rem;font-weight:600}th,td{text-align:left;vertical-align:top;border-bottom:1px solid var(--border);padding:.5rem .75rem}thead th{border-bottom-color:var(--border-strong);text-transform:uppercase;letter-spacing:.06em;color:var(--muted);white-space:nowrap;font-size:.6875rem;font-weight:600}tbody th{font-weight:500}tbody tr:hover{background:var(--surface-2)}tbody tr:last-child th,tbody tr:last-child td{border-bottom:none}td{font-variant-numeric:var(--numeric)}.scroll-x{max-width:100%;position:relative;overflow-x:auto}.tag{border:1px solid var(--border);background:var(--surface-2);color:var(--text-soft);border-radius:999px;padding:.0625rem .5rem;font-size:.75rem;font-weight:500;display:inline-block}.tag.owner{background:var(--accent-soft);border-color:var(--accent-line);color:var(--accent)}.tag.ok{background:var(--ok-bg);border-color:color-mix(in srgb, var(--ok) 30%, transparent);color:var(--ok)}.error,.success,.hint,.muted,[role=status]{font-size:.8125rem}.error{padding:var(--space-3) var(--space-4);border:1px solid color-mix(in srgb, var(--danger) 30%, transparent);border-radius:var(--radius-sm);background:var(--danger-bg);color:var(--danger);border-left-width:3px}.success{padding:var(--space-3) var(--space-4);border:1px solid color-mix(in srgb, var(--ok) 30%, transparent);border-radius:var(--radius-sm);background:var(--ok-bg);color:var(--ok);border-left-width:3px}.warning{padding:var(--space-3) var(--space-4);border:1px solid color-mix(in srgb, var(--warn) 30%, transparent);border-radius:var(--radius-sm);background:var(--warn-bg);color:var(--warn);border-left-width:3px;font-weight:500}.hint,.muted,[role=status]{color:var(--muted)}.empty{align-items:center;gap:var(--space-2);padding:var(--space-10) var(--space-6);border:1px dashed var(--border-strong);border-radius:var(--radius);text-align:center;color:var(--muted);flex-direction:column;display:flex}.empty svg{color:var(--accent);opacity:.75;margin-bottom:var(--space-1)}.empty-title{color:var(--text-soft);font-weight:600}.empty-hint{max-width:46ch;font-size:.875rem}.freshness{color:var(--muted);font-variant-numeric:var(--numeric);font-size:.8125rem}.freshness time{color:var(--text)}.freshness-age{font-size:.75rem}.chart{gap:var(--space-4);flex-direction:column;margin:0;display:flex}.chart-canvas{height:var(--chart-height);border-radius:var(--radius-sm)}.chart-fallback{color:var(--warn);font-size:.8125rem}.chart figcaption{padding-top:var(--space-4);border-top:1px solid var(--border)}.skeleton{border-radius:var(--radius-sm);background:var(--surface-2);position:relative;overflow:hidden}.skeleton:after{content:"";background:linear-gradient(90deg, transparent, color-mix(in srgb, var(--surface-3) 80%, transparent), transparent);animation:1.4s ease-in-out infinite skeleton-sweep;position:absolute;inset:0;translate:-100%}@keyframes skeleton-sweep{to{translate:100%}}.skeleton-chart{height:var(--chart-height)}.skeleton-lines{gap:var(--space-2);flex-direction:column;display:flex}.skeleton-line{height:.75rem}.skeleton-line:nth-child(2n){width:84%}.skeleton-grid{gap:var(--space-2);flex-direction:column;display:flex}.skeleton-grid-row{gap:var(--space-2);display:flex}.skeleton-cell{flex:1 1 0;height:2rem}.skeleton-figures{gap:var(--space-6);flex-wrap:wrap;display:flex}.skeleton-figure{gap:var(--space-2);flex-direction:column;display:flex}.skeleton-label{width:5rem;height:.625rem}.skeleton-value{width:3.5rem;height:1.5rem}.figures{align-items:baseline;gap:var(--space-6);flex-wrap:wrap;margin:0;display:flex}.figure{flex-direction:column;gap:2px;display:flex}.figure-label{text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-size:.6875rem;font-weight:600}.figure-detail{text-transform:none;letter-spacing:0;font-size:.6875rem;font-weight:400;display:block}.figure-value{letter-spacing:-.02em;font-variant-numeric:var(--numeric);font-size:1.5rem;font-weight:600}.figure-value.unmeasurable{color:var(--muted)}.retention-table td,.retention-table th{white-space:nowrap}.retention-table td.has-share{background:color-mix(in srgb, var(--accent) calc(var(--share,0) * 38%), transparent);text-align:right}.retention-table td.unobserved,.retention-table td.withheld{color:var(--muted)}.retention-table td.withheld{font-style:italic}.stickiness{align-items:start;gap:var(--space-8);flex-wrap:wrap;display:flex}.stickiness .histogram{width:auto;min-width:13rem}.cohort .metric{font-variant-numeric:var(--numeric)}.cohort table{margin-top:var(--space-2)}.credential-once{gap:var(--space-3);padding:var(--space-4);border:1px solid color-mix(in srgb, var(--warn) 35%, transparent);border-radius:var(--radius-sm);background:var(--warn-bg);flex-direction:column;display:flex}.credential-once h4{color:var(--warn)}.credential-once code{padding:var(--space-3);border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);font-size:.8125rem;display:block}.visually-hidden{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:var(--radius-sm)}@media (prefers-reduced-motion:reduce){:root{--motion:.01ms}.skeleton:after{content:none;animation:none}}@media (width<=62rem){.shell{grid-template-columns:minmax(0,1fr)}.sidebar{gap:var(--space-4);border-right:none;border-bottom:1px solid var(--border);height:auto;position:static}.picker{border-bottom:none;flex-flow:wrap;padding-bottom:0}.field{flex:12rem}.nav ul{gap:var(--space-1);flex-direction:row;overflow-x:auto}.nav-item{white-space:nowrap}.nav-item[aria-current=page]:before{display:none}.sidebar-foot{flex-direction:row;justify-content:space-between;align-items:center;margin-top:0}.page{padding:var(--space-6) var(--space-5) var(--space-10)}}@media (width<=40rem){.page{padding:var(--space-5) var(--space-4) var(--space-8)}.toolbar{flex-direction:column;align-items:stretch}input,select,.btn{width:100%}.figures{gap:var(--space-5)}th,td{padding:var(--space-2)}}
