.st-wrap{--st-ok:#3ddc9a;--st-info:#4fc3e8;--st-warn:#ffb020;--st-danger:#ff5a5a;--st-neutral:#ffffff73}.stack.st-wrap{gap:1.75rem}.st-wrap [data-tone=ok]{--st-tone:var(--st-ok)}.st-wrap [data-tone=info]{--st-tone:var(--st-info)}.st-wrap [data-tone=warn]{--st-tone:var(--st-warn)}.st-wrap [data-tone=danger]{--st-tone:var(--st-danger)}.st-wrap [data-tone=neutral]{--st-tone:var(--st-neutral)}.st-mark{background-color:var(--st-tone,var(--st-neutral));background-position:0 0;border-radius:3px;position:relative}.st-mark[data-tone=info]{box-shadow:inset 0 0 0 2px var(--st-info);background-color:#0000}.st-mark[data-tone=info]:after{content:"";background:var(--st-info);border-radius:50%;width:4px;height:4px;margin:auto;position:absolute;inset:0}.st-mark[data-tone=warn]{background-color:color-mix(in srgb, var(--st-warn) 20%, transparent);background-image:repeating-linear-gradient(135deg, var(--st-warn) 0 2px, transparent 2px 5px)}.st-mark[data-tone=danger]{background-color:color-mix(in srgb, var(--st-danger) 18%, transparent);background-image:repeating-linear-gradient(45deg, var(--st-danger) 0 1px, transparent 1px 4px), repeating-linear-gradient(135deg, var(--st-danger) 0 1px, transparent 1px 4px)}.st-mark[data-tone=neutral]{box-shadow:inset 0 0 0 1px var(--st-neutral);background-color:#0000}.st-head{flex-direction:column;gap:.45rem;display:flex}.st-eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--accent-soft);font-size:.68rem;font-weight:800}.st-head h1{font-family:var(--font-heading);letter-spacing:-.02em;font-size:clamp(1.5rem,2.4vw,2rem);font-weight:700;line-height:1.1}.st-lede{color:var(--fg-muted);max-width:62ch;font-size:.95rem;line-height:1.6}.st-readout{border-radius:var(--radius-lg);border:1px solid color-mix(in srgb, var(--st-tone,var(--st-neutral)) 24%, var(--border));background:radial-gradient(130% 150% at 0% 0%, color-mix(in srgb, var(--st-tone,var(--st-neutral)) 9%, transparent), transparent 62%), var(--surface);-webkit-backdrop-filter:blur(8px);padding:1.75rem 2rem 1.5rem;position:relative;overflow:hidden}.st-readout:before{content:"";background:var(--st-tone,var(--st-neutral));width:3px;position:absolute;top:0;bottom:0;left:0}.st-readout-top{justify-content:space-between;align-items:flex-start;gap:1.5rem;display:flex}.st-figure{flex-wrap:wrap;align-items:baseline;gap:.15rem .85rem;min-width:0;display:flex}.st-figure-num{font-family:var(--font-heading);letter-spacing:-.045em;font-variant-numeric:tabular-nums;color:var(--st-tone,var(--st-neutral));font-size:clamp(2.75rem,6vw,4.25rem);font-weight:700;line-height:.85}.st-figure-claim{color:var(--fg);text-wrap:balance;max-width:26ch;font-size:clamp(1rem,1.4vw,1.2rem);font-weight:600;line-height:1.35}.st-lastchange{text-align:right;flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.1rem;display:flex}.st-lastchange-label{letter-spacing:.16em;text-transform:uppercase;color:var(--fg-dim);font-size:.6rem;font-weight:800}.st-lastchange time{font-family:var(--font-heading);font-variant-numeric:tabular-nums;color:var(--fg-muted);font-size:1rem;font-weight:700}.st-readout-detail{color:var(--fg-muted);max-width:64ch;margin-top:.9rem;font-size:.88rem;line-height:1.6}.st-census{flex-wrap:wrap;gap:.9rem;margin-top:1.5rem;display:flex}.st-census-cluster{flex-wrap:wrap;gap:4px;display:flex}.st-cell{transform-origin:bottom;width:13px;height:34px;animation:.38s cubic-bezier(.2,.7,.3,1) backwards st-cell-in;animation-delay:calc(var(--i,0) * 20ms)}@keyframes st-cell-in{0%{opacity:0;transform:translateY(8px)scaleY(.55)}}.st-cell[data-tone=warn]{animation:1.4s linear infinite st-drift}@keyframes st-drift{to{background-position:7.07px 0}}.st-legend{border-top:1px solid var(--border);flex-wrap:wrap;gap:.55rem 1.75rem;margin-top:1.35rem;padding-top:1.1rem;list-style:none;display:flex}.st-legend-item{align-items:center;gap:.5rem;font-size:.8rem;display:inline-flex}.st-swatch{flex-shrink:0;width:12px;height:12px}.st-legend-label{color:var(--fg-muted)}.st-legend-count{font-family:var(--font-heading);font-variant-numeric:tabular-nums;color:var(--st-tone,var(--st-neutral));font-size:.85rem;font-weight:700}.st-filters{scrollbar-width:none;flex-wrap:nowrap;gap:.55rem;padding-bottom:.15rem;display:flex;overflow-x:auto}.st-filters::-webkit-scrollbar{display:none}.st-chip{border:1px solid var(--border);color:var(--fg-muted);white-space:nowrap;background:#ffffff08;border-radius:999px;flex-shrink:0;align-items:center;gap:.4rem;padding:.5rem 1.05rem;font-size:.85rem;font-weight:600;transition:background .18s,border-color .18s,color .18s;display:inline-flex}.st-chip:hover{color:var(--fg);background:#ffffff12;border-color:#fff3}.st-chip.is-active{border-color:var(--accent);color:var(--accent-light);background:#8b54e32e}.st-chip-count{font-variant-numeric:tabular-nums;color:var(--fg-dim);font-size:.72rem;font-weight:700}.st-chip.is-active .st-chip-count{color:var(--accent-soft)}.st-groups{flex-direction:column;gap:1.25rem;display:flex}.st-group{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);-webkit-backdrop-filter:blur(8px);overflow:hidden}.st-group-head{border-bottom:1px solid var(--border);background:#ffffff05;justify-content:space-between;align-items:center;gap:.75rem;padding:.9rem 1.35rem;display:flex}.st-group-name{letter-spacing:.16em;text-transform:uppercase;color:var(--fg-muted);font-size:.72rem;font-weight:800}.st-group-count{font-variant-numeric:tabular-nums;color:var(--fg-dim);background:#ffffff0d;border-radius:999px;padding:.2rem .6rem;font-size:.72rem;font-weight:700}.st-rows{list-style:none}.st-item{border-bottom:1px solid #ffffff0d}.st-item:last-child{border-bottom:none}.st-row{color:inherit;grid-template-columns:minmax(0,1fr) auto 4.5rem;align-items:center;gap:1.25rem;padding:.85rem 1.35rem .85rem calc(1.35rem + 3px);text-decoration:none;transition:background .18s;display:grid;position:relative}.st-row-link{cursor:pointer}.st-row-link:hover{background:#ffffff08}.st-row.is-plain{cursor:default}.st-row:before{content:"";background:var(--st-tone,var(--st-neutral));width:3px;position:absolute;top:0;bottom:0;left:0}.st-name{color:var(--fg);text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.95rem;font-weight:600;overflow:hidden}.st-row.is-plain .st-name{color:var(--fg-muted)}.st-row-link:hover .st-name{color:var(--accent-light)}.st-pill{white-space:nowrap;color:var(--st-tone,var(--st-neutral));background:color-mix(in srgb, var(--st-tone,var(--st-neutral)) 12%, transparent);border:1px solid color-mix(in srgb, var(--st-tone,var(--st-neutral)) 26%, transparent);border-radius:999px;align-items:center;gap:.38rem;padding:.22rem .6rem .22rem .48rem;font-size:.76rem;font-weight:700;display:inline-flex}.st-pill .material-symbols-outlined{font-size:.95rem}.st-elapsed{white-space:nowrap;justify-self:end;align-items:baseline;gap:.2rem;display:inline-flex}.st-elapsed-num{font-family:var(--font-heading);font-variant-numeric:tabular-nums;color:var(--fg);font-size:1.05rem;font-weight:700}.st-elapsed-unit{letter-spacing:.04em;color:var(--fg-dim);font-size:.68rem;font-weight:600}.st-elapsed.is-empty{color:var(--fg-dim);font-size:.9rem}.st-note{color:var(--fg-muted);margin-top:-.3rem;padding:0 1.35rem .85rem calc(1.35rem + 3px);font-size:.82rem;line-height:1.6}.st-empty{text-align:center;border:1px dashed var(--border);border-radius:var(--radius-lg);color:var(--fg-dim);flex-direction:column;align-items:center;gap:.7rem;padding:3.5rem 1.5rem;display:flex}.st-empty .material-symbols-outlined{opacity:.4;font-size:2.6rem}.st-empty[data-variant=error] .material-symbols-outlined{color:var(--st-danger);opacity:.7}.st-empty strong,.st-empty p{color:var(--fg-muted)}.st-empty-action{color:var(--accent-soft);margin-top:.4rem;font-size:.85rem;font-weight:700}.st-empty-action:hover{color:var(--accent-light)}@media (max-width:760px){.st-readout{padding:1.35rem 1.25rem 1.25rem}.st-readout-top{flex-direction:column;gap:.9rem}.st-lastchange{text-align:left;flex-direction:row;align-items:baseline;gap:.5rem}}@media (max-width:620px){.st-row{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"name name""pill elapsed";gap:.5rem .75rem}.st-name{white-space:normal;grid-area:name}.st-pill{grid-area:pill;justify-self:start}.st-elapsed{grid-area:elapsed}.st-figure-claim{max-width:none}.st-legend{gap:.5rem 1.25rem}}@media (max-width:380px){.st-cell{width:11px;height:30px}.st-figure-claim{font-size:.95rem}}.st-chip:focus-visible,.st-row-link:focus-visible,.st-empty-action:focus-visible{outline:2px solid var(--accent-light);outline-offset:-2px;border-radius:8px}.st-chip:focus-visible{outline-offset:3px}@media (prefers-reduced-motion:reduce){.st-cell,.st-cell[data-tone=warn]{animation:none}.st-row,.st-chip{transition:none}}
