.scope-chip{display:inline-flex;align-items:center;gap:7px;padding:4px 10px;border:1px solid var(--border);border-radius:999px;background:var(--surface);font-size:12px;color:var(--text-muted);white-space:nowrap}.scope-chip__dot{width:7px;height:7px;border-radius:50%;background:var(--husk-graphite);flex:none}.scope-chip--ok .scope-chip__dot{background:var(--husk-green)}.scope-chip--error{border-color:var(--danger-text);color:var(--danger-text);font-weight:500}.scope-chip--error .scope-chip__dot{background:var(--danger-text)}.freshness{padding:7px 20px;background:var(--freshness-bg, var(--husk-lilac));border-bottom:1px solid var(--border);font-size:12px;color:var(--freshness-text, var(--husk-aubergine))}:root[data-theme=dark]{--freshness-bg: #292036;--freshness-text: #f3edf7}.freshness__sources{display:flex;flex-wrap:wrap;gap:6px;align-items:baseline}.freshness__sources strong{font-weight:600}.freshness__cadence{color:var(--text-muted)}.freshness__sep{color:var(--border-strong)}.freshness__note{margin-top:2px;color:var(--text-muted)}.freshness__warn{font-weight:600;color:var(--freshness-text, var(--text))}.shell{display:flex;flex-direction:column;min-height:100%}.shell__header{display:flex;align-items:center;gap:24px;height:var(--shell-header-h);padding:0 20px;background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:20}.shell__brand{display:flex;align-items:center;gap:10px;flex:none}.shell__badge{width:32px;height:32px;object-fit:contain;border-radius:var(--radius-sm);flex:none}.shell__title{display:flex;flex-direction:column;line-height:1.2}.shell__app{font-size:14px;font-weight:600;color:var(--text)}.shell__sub{font-size:11px;color:var(--text-muted)}.shell__nav{display:flex;gap:2px;margin-right:auto}.shell__navlink{padding:6px 12px;border-radius:var(--radius-sm);font-size:13px;font-weight:500;color:var(--text-muted);text-decoration:none}.shell__navlink:hover{background:var(--surface-sunken);color:var(--text)}.shell__navlink--active,.shell__navlink--active:hover{background:var(--husk-purple);color:var(--husk-white)}.shell__right{display:flex;align-items:center;gap:12px;flex:none}.shell__avatar{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--husk-aubergine);color:var(--husk-white);font-size:11px;font-weight:600;flex:none}.shell__account{position:relative}.shell__accountButton{display:flex;align-items:center;gap:8px;padding:4px 7px;border:1px solid transparent;border-radius:var(--radius-sm);background:transparent;cursor:pointer}.shell__accountButton:hover,.shell__accountButton[aria-expanded=true]{background:var(--surface-sunken);border-color:var(--border)}.shell__accountName{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:600}.shell__accountMenu{position:absolute;right:0;top:calc(100% + 8px);z-index:30;width:250px;padding:6px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:0 10px 30px #120e1626}.shell__accountIdentity{display:grid;gap:2px;padding:10px;border-bottom:1px solid var(--border);margin-bottom:4px}.shell__accountIdentity span{color:var(--text-muted);font-size:12px;overflow-wrap:anywhere}.shell__accountMenu a,.shell__accountMenu button{display:block;width:100%;padding:9px 10px;border:0;border-radius:var(--radius-sm);background:transparent;color:var(--text);text-align:left;text-decoration:none;cursor:pointer}.shell__accountMenu a:hover,.shell__accountMenu button:hover{background:var(--surface-sunken)}.shell__dialogBackdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:grid;place-items:center;padding:20px;background:#120e1680}.shell__dialog{width:min(100%,420px);padding:24px;border:1px solid var(--border);border-radius:12px;background:var(--surface);box-shadow:0 20px 60px #120e1633}.shell__dialog h2{font-size:20px}.shell__dialog p{color:var(--text-muted)}.shell__dialogActions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}.shell__dialogActions button{padding:8px 14px;border-radius:var(--radius-sm);font-weight:600;cursor:pointer}.shell__secondaryButton{border:1px solid var(--border-strong);background:var(--surface)}.shell__primaryButton{border:1px solid var(--husk-purple);background:var(--husk-purple);color:#fff}.shell__authlink{font-size:12px;font-weight:600;color:var(--text);text-decoration:none;white-space:nowrap}.shell__themeToggle{padding:5px 9px;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);font-size:12px;font-weight:600;white-space:nowrap;cursor:pointer}.shell__themeToggle:hover{background:var(--surface-sunken)}.shell__authlink:hover{text-decoration:underline}.shell__main{flex:1;min-width:0}@media (max-width: 860px){.shell__header{gap:12px;padding:0 12px}.shell__sub{display:none}}.authPage{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:28px 24px;background:var(--surface-sunken)}.authPage__brand{display:flex;align-items:center;align-self:flex-start;gap:10px;font-weight:700;color:var(--text)}.authPage__brand img{width:34px;height:34px;object-fit:contain}.authPage__card{width:min(100%,440px);margin:auto;padding:42px;border:1px solid var(--border);border-radius:14px;background:var(--surface);box-shadow:0 16px 48px #30124212}.authPage__eyebrow{color:var(--husk-purple);font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.authPage__card h1{margin-top:10px;font-size:30px}.authPage__card p{margin:10px 0 24px;color:var(--text-muted);font-size:15px}.authPage__card button{width:100%;min-height:46px;display:flex;justify-content:center;align-items:center;gap:11px;border:0;border-radius:var(--radius-sm);background:var(--husk-purple);color:#fff;font-weight:700;cursor:pointer}.authPage__card button:hover:not(:disabled){filter:brightness(.94)}.authPage__card button:disabled{opacity:.7;cursor:wait}.authPage__card small{display:block;margin-top:16px;color:var(--text-muted);text-align:center}.authPage__footer{padding-top:20px;color:var(--text-muted);font-size:12px}.authPage__msMark{width:16px;height:16px;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:2px}.authPage__msMark i:nth-child(1){background:#f25022}.authPage__msMark i:nth-child(2){background:#7fba00}.authPage__msMark i:nth-child(3){background:#00a4ef}.authPage__msMark i:nth-child(4){background:#ffb900}.authPage__signedOutMark{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:var(--bg-success-light);color:var(--success-text);font-size:22px;font-weight:700}@media (max-width: 520px){.authPage{padding:20px 16px}.authPage__card{padding:30px 24px}}@font-face{font-family:DM Sans;src:url(/fonts/DMSans-normal.woff2) format("woff2-variations");font-weight:100 1000;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/fonts/DMSans-italic.woff2) format("woff2-variations");font-weight:100 1000;font-style:italic;font-display:swap}:root{color-scheme:light;--husk-white: #ffffff;--husk-purple: #5e00f0;--husk-aubergine: #301242;--husk-green: #88dd1b;--link: var(--husk-purple);--focus: var(--husk-purple);--focus-ring: var(--focus);--accent: var(--husk-purple);--husk-lilac: #d2dcfa;--husk-sky: #bee6f0;--husk-sandstone: #faebdc;--husk-spring-green: #f0fad2;--husk-graphite: #b4b2a5;--text: var(--husk-aubergine);--text-muted: #6b5b76;--text-primary: var(--text);--text-secondary: var(--text-muted);--surface: var(--husk-white);--surface-sunken: #faf9fb;--border: #e6e1ea;--border-strong: #cfc6d6;--color-text-muted: var(--text-muted);--color-border: var(--border);--card-bg: var(--surface);--tile-bg: var(--surface);--table-bg: var(--surface);--input-bg: var(--surface);--header-bg: var(--surface-sunken);--canvas-bg: var(--surface-sunken);--bg-subtle: var(--surface-sunken);--row-hover-bg: var(--surface-sunken);--bg-success-light: #f0fad2;--badge-bg: #e8e0ff;--grid-color: var(--border);--header-sortable-bg: #f1ebff;--header-hover-bg: #e7dcff;--rcTab-tile-bg: var(--surface);--rcTab-tile-border: var(--border);--rcTab-text: var(--text);--status-warning: #ff8600;--status-warning-text: #9a4d00;--status-critical: #ff3056;--status-critical-text: #c00f38;--status-good: #267a14;--success-text: #276e00;--danger-surface: #fee2e2;--danger-text: #991b1b;--warning-surface: #fef3c7;--warning-text: #92400e;--info-surface: #eff6ff;--info-text: #1e40af;--font-sans: "DM Sans", ui-sans-serif, system-ui, sans-serif;--radius: 8px;--radius-sm: 6px;--shell-header-h: 60px}:root[data-theme=dark]{color-scheme:dark;--text: #f3edf7;--text-muted: #c1b5ca;--link: #c4a6ff;--focus: #c4a6ff;--surface: #1b1420;--surface-sunken: #120e16;--border: #403447;--border-strong: #5a4964;--status-warning-text: #ffb45e;--status-critical-text: #ff8096;--status-good: #9ccc65;--success-text: #9ccc65;--danger-surface: #3a2027;--danger-text: #ffadb8;--warning-surface: #392c18;--warning-text: #ffd38a;--info-surface: #1d2b3c;--info-text: #a8caff;--bg-success-light: #20311b;--badge-bg: #33264b;--header-sortable-bg: #2a2034;--header-hover-bg: #3a2a49;--rcTab-tile-bg: #241b2b;--rcTab-tile-border: #493a54;--rcTab-text: #f3edf7}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:var(--font-sans);font-size:14px;line-height:1.45;color:var(--text);background:var(--surface);-webkit-font-smoothing:antialiased}h1,h2,h3{margin:0;font-weight:600;letter-spacing:-.01em}a{color:var(--link)}:focus-visible{outline:2px solid var(--focus);outline-offset:2px}button{font:inherit;color:inherit}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;top:0;left:0;z-index:100;padding:8px 12px;background:var(--husk-purple);color:var(--husk-white);transform:translateY(-120%)}.skip-link:focus{transform:translateY(0)}.pageTitle{font-size:20px;margin-bottom:4px}.sectionTitle{font-size:15px}.pageNote{margin:4px 0 12px;color:var(--text-muted)}.pageError{margin:8px 0;color:var(--status-critical-text)}.pageNote code,.pageError code{font-size:.92em;padding:1px 4px;border-radius:4px;background:var(--surface-sunken);border:1px solid var(--border)}.breadcrumb{font-size:12px;color:var(--text-muted);margin-bottom:6px}.notFound{padding:24px 20px}.notFound__list{margin:12px 0 0;padding-left:18px;line-height:1.9}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
