:root,[data-theme=dark]{--font-sans: "Source Sans 3", system-ui, -apple-system, "Segoe UI", sans-serif;--font-mono: "IBM Plex Mono", ui-monospace, monospace;--bg-page: #020617;--bg-elevated: rgba(15, 23, 42, .75);--surface: rgba(30, 41, 59, .55);--surface-strong: rgba(30, 41, 59, .85);--border: rgba(51, 65, 85, .55);--border-subtle: rgba(51, 65, 85, .35);--ink: #e2e8f0;--ink-muted: #94a3b8;--ink-subtle: #64748b;--accent: #6366f1;--accent-hover: #4f46e5;--accent-soft: rgba(99, 102, 241, .18);--accent-ring: rgba(99, 102, 241, .45);--accent-border: rgba(99, 102, 241, .35);--success: #34d399;--success-bg: rgba(16, 185, 129, .12);--warning: #fbbf24;--warning-bg: rgba(251, 191, 36, .1);--danger: #f87171;--danger-bg: rgba(248, 113, 113, .12);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .4);--shadow-md: 0 8px 30px rgba(0, 0, 0, .35);--shadow-glow: 0 0 0 1px rgba(99, 102, 241, .15);--radius-sm: 10px;--radius-md: 14px;--radius-lg: 18px}[data-theme=light]{--bg-page: #f1f5f9;--bg-elevated: #ffffff;--surface: #ffffff;--surface-strong: #f8fafc;--border: rgba(15, 23, 42, .08);--border-subtle: rgba(15, 23, 42, .06);--ink: #0f172a;--ink-muted: #475569;--ink-subtle: #64748b;--accent: #4f46e5;--accent-hover: #4338ca;--accent-soft: rgba(79, 70, 229, .1);--accent-ring: rgba(79, 70, 229, .35);--accent-border: rgba(79, 70, 229, .25);--success: #059669;--success-bg: #ecfdf5;--warning: #b45309;--warning-bg: #fffbeb;--danger: #b91c1c;--danger-bg: #fef2f2;--shadow-sm: 0 1px 3px rgba(15, 23, 42, .06);--shadow-md: 0 12px 40px rgba(15, 23, 42, .08);--shadow-glow: 0 0 0 1px rgba(79, 70, 229, .12)}html{height:100%}*,*:before,*:after{box-sizing:border-box}body{margin:0;height:100%;overflow:hidden;font-family:var(--font-sans);font-size:15px;line-height:1.5;color:var(--ink);background:var(--bg-page);-webkit-font-smoothing:antialiased}[data-theme=dark] body{background-image:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(99,102,241,.14),transparent 55%),radial-gradient(ellipse 50% 40% at 100% 0%,rgba(56,189,248,.06),transparent 45%)}[data-theme=light] body{background-image:linear-gradient(165deg,#f8fafc,#eef2ff,#f1f5f9)}::selection{background:#6366f159}.app-shell{height:100vh;max-height:100vh;display:flex;flex-direction:column;overflow:hidden;width:100%;max-width:none;margin:0;padding:.65rem .75rem}@media(min-width:640px){.app-shell{padding:.75rem 1rem}}@media(min-width:1024px){.app-shell{padding:.75rem 1.25rem}}.app-header{flex-shrink:0;margin-bottom:.75rem;padding-bottom:.85rem;border-bottom:1px solid var(--border)}.app-header__main{display:flex;flex-direction:column;gap:1rem}@media(min-width:768px){.app-header__main{flex-direction:row;align-items:flex-start;justify-content:space-between}}.app-header__brand{display:flex;align-items:flex-start;gap:.85rem}.app-header__logo{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:var(--radius-sm);background:var(--accent-soft);border:1px solid var(--accent-border);color:var(--accent)}.app-header__logo svg{width:1.35rem;height:1.35rem}.app-header__titles{min-width:0}.app-header__title{margin:0;font-size:clamp(1.15rem,2.5vw,1.5rem);font-weight:700;letter-spacing:-.025em;line-height:1.25;color:var(--ink)}.app-header__title-pipe{color:var(--ink-subtle);font-weight:600;margin:0 .25rem}.app-header__title-muted{color:var(--ink-muted);font-weight:500;font-size:.92em}.app-header__sub{margin:.35rem 0 0;font-size:.88rem;color:var(--ink-muted);max-width:100%;line-height:1.45}.header-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .65rem}.api-status{display:inline-flex;align-items:center;gap:.4rem;font-size:.8rem;font-weight:500;color:var(--ink-muted);padding:.35rem .65rem;border-radius:var(--radius-sm);background:var(--surface);border:1px solid var(--border)}.api-status--ok .api-status__dot{background:#10b981;box-shadow:0 0 10px #10b98180}.api-status--bad .api-status__dot{background:#f87171;animation:none}.api-status__dot{width:.45rem;height:.45rem;border-radius:50%;background:#10b981;animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.45}}.tech-pill{font-family:var(--font-mono);font-size:.65rem;font-weight:500;letter-spacing:.02em;color:var(--ink-muted);background:var(--surface);border:1px solid var(--border);padding:.35rem .6rem;border-radius:var(--radius-sm)}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:2.35rem;height:2.35rem;padding:0;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);color:var(--ink-muted);cursor:pointer;transition:border-color .15s ease,color .15s ease,background .15s ease}.theme-toggle:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-soft)}.theme-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.stat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media(min-width:900px){.stat-grid{grid-template-columns:repeat(4,1fr);gap:1rem}}.stat-grid--3{grid-template-columns:repeat(3,1fr)}.stat-grid--2{grid-template-columns:repeat(2,1fr)}@media(max-width:899px){.stat-grid--3{grid-template-columns:repeat(2,1fr)}.stat-grid--2{grid-template-columns:1fr}}.stat-card{position:relative;overflow:hidden;border-radius:var(--radius-md);padding:1.1rem 1.15rem;background:var(--surface);border:1px solid var(--border);min-height:5.5rem;display:flex;flex-direction:column;justify-content:space-between;transition:border-color .2s ease,box-shadow .2s ease}.stat-card:hover{border-color:var(--accent-border);box-shadow:var(--shadow-glow)}.stat-card__watermark{position:absolute;right:-.25rem;top:-.25rem;opacity:.06;pointer-events:none;transition:transform .45s ease,opacity .3s ease}.stat-card:hover .stat-card__watermark{opacity:.09;transform:scale(1.06)}.stat-card__watermark svg{width:4.5rem;height:4.5rem;color:var(--accent)}.stat-card__label{position:relative;z-index:1;display:flex;align-items:center;gap:.4rem;font-size:.78rem;font-weight:600;color:var(--ink-muted);text-transform:uppercase;letter-spacing:.04em}.stat-card__label svg{width:.95rem;height:.95rem;color:var(--accent);opacity:.9}.stat-card__value{position:relative;z-index:1;font-size:1.65rem;font-weight:700;letter-spacing:-.03em;font-variant-numeric:tabular-nums;color:var(--ink);line-height:1.1;margin-top:.35rem}.card{background:var(--surface-strong);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden;margin-bottom:.65rem;flex-shrink:0}.card--session{background:var(--bg-elevated)}.card__head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:1rem 1.15rem;border-bottom:1px solid var(--border);background:#0f172a59}[data-theme=light] .card__head{background:#f8fafcf2}.card__title{margin:0;font-size:.92rem;font-weight:700;color:var(--ink)}.card__hint{margin:.2rem 0 0;font-size:.78rem;color:var(--ink-subtle);line-height:1.35}.card__body{padding:1rem 1.15rem 1.15rem}details.card summary{list-style:none;cursor:pointer}details.card summary::-webkit-details-marker{display:none}details.card summary.card__head{-webkit-user-select:none;user-select:none}details.card summary.card__head:after{content:"";width:.5rem;height:.5rem;border-right:2px solid var(--ink-muted);border-bottom:2px solid var(--ink-muted);transform:rotate(45deg);transition:transform .2s ease;flex-shrink:0}details.card[open] summary.card__head:after{transform:rotate(-135deg);margin-top:.2rem}.form-label{display:block;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--ink-muted);margin:.85rem 0 .35rem}.form-label:first-child{margin-top:0}.form-label--inline{display:flex;align-items:center;gap:.45rem}.form-label--inline:first-of-type{margin-top:0}.sidebar-icon{flex-shrink:0;opacity:.95;color:var(--accent)}[data-theme=dark] .sidebar .form-label{color:#cbd5e1}[data-theme=dark] .sidebar .sidebar-icon{color:#a5b4fc}.input-text,.sidebar input[type=text],.sidebar input[type=date],.sidebar select[multiple],.textarea-curl,.main-panel select:not([multiple]){width:100%;font-family:inherit;font-size:.875rem;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg-page);color:var(--ink);padding:.55rem .75rem;transition:border-color .15s ease,box-shadow .15s ease}[data-theme=light] .input-text,[data-theme=light] .sidebar input[type=text],[data-theme=light] .sidebar input[type=date],[data-theme=light] .sidebar select[multiple],[data-theme=light] .textarea-curl,[data-theme=light] .main-panel select:not([multiple]){background:#fff}.input-text:focus,.sidebar select[multiple]:focus,.sidebar input:focus,.textarea-curl:focus,.main-panel select:not([multiple]):focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-ring)}.task-search{position:relative}.task-search__list{position:absolute;z-index:20;top:calc(100% + .25rem);left:0;right:0;max-height:240px;margin:0;padding:.35rem;list-style:none;overflow:auto;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);box-shadow:0 8px 24px #0f172a2e}.task-search__item{padding:.45rem .55rem;font-size:.82rem;line-height:1.35;border-radius:6px;cursor:pointer;color:var(--ink);word-break:break-all}.task-search__item:hover{background:#6366f11f}.task-search__item--active{background:#6366f133;font-weight:600}.task-search__empty{position:absolute;z-index:20;top:calc(100% + .25rem);left:0;right:0;margin:0;padding:.65rem .75rem;font-size:.82rem;color:var(--ink-muted);border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface)}.task-search__hint{margin:.35rem 0 0;font-size:.72rem;color:var(--ink-muted)}.sidebar select[multiple]{padding:.45rem .5rem;min-height:7rem;accent-color:var(--accent);border-radius:var(--radius-md);box-shadow:inset 0 1px 2px #0000002e}.sidebar select[multiple] option{background-color:transparent;color:var(--ink);border-radius:6px;padding:.2rem .35rem}.sidebar select[multiple] option:checked{background:#6366f147;color:#f1f5f9;font-weight:500}[data-theme=dark] .sidebar select[multiple] option:checked{background:#818cf82e;color:#f8fafc}[data-theme=dark] .sidebar select[multiple],[data-theme=dark] .sidebar input[type=date],[data-theme=dark] .sidebar input[type=text]{color-scheme:dark}[data-theme=dark] .sidebar select[multiple]{background:var(--surface-strong);border-color:#475569a6;box-shadow:inset 0 1px 2px #00000059,inset 0 0 0 1px #94a3b80f}[data-theme=light] .sidebar select[multiple],[data-theme=light] .sidebar input[type=date],[data-theme=light] .sidebar input[type=text]{color-scheme:light}[data-theme=light] .sidebar select[multiple] option{background-color:transparent;color:var(--ink)}[data-theme=light] .sidebar select[multiple] option:checked{background:#4f46e524;color:#312e81;font-weight:600}.sidebar select[multiple]::-webkit-scrollbar{width:10px}.sidebar select[multiple]::-webkit-scrollbar-track{background:var(--surface);border-radius:6px}.sidebar select[multiple]::-webkit-scrollbar-thumb{background:var(--border);border-radius:6px;border:2px solid var(--surface)}[data-theme=dark] .sidebar select[multiple]::-webkit-scrollbar-thumb{background:#94a3b866}.sidebar select[multiple]::-webkit-scrollbar-thumb:hover{background:var(--ink-muted)}.sidebar input[type=text]::placeholder,.sidebar input[type=date]::placeholder{color:var(--ink-muted);opacity:1}.textarea-curl{min-height:120px;font-family:var(--font-mono);font-size:.75rem;resize:vertical;line-height:1.45}.range-row{margin:.75rem 0 0}.range-row__top{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.3rem}.range-label{font-size:.78rem;font-weight:600;color:var(--ink-muted)}.range-label--icon{display:inline-flex;align-items:center;gap:.4rem}.range-value{font-family:var(--font-mono);font-size:.78rem;font-weight:600;color:var(--accent)}input[type=range]{width:100%;height:.3rem;border-radius:999px;background:linear-gradient(90deg,var(--surface),var(--accent-soft));-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:1rem;height:1rem;border-radius:50%;background:var(--bg-elevated);border:2px solid var(--accent);cursor:pointer}.row-actions{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1rem}.btn-primary{font-family:inherit;font-size:.875rem;font-weight:600;border:none;border-radius:var(--radius-sm);background:var(--accent);color:#fff;padding:.55rem 1.2rem;cursor:pointer;box-shadow:0 2px 12px #6366f159;transition:background .15s ease,transform .1s ease,box-shadow .15s ease}.btn-primary:hover:not(:disabled){background:var(--accent-hover)}.btn-primary:active:not(:disabled){transform:translateY(1px)}.btn-primary:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.btn-ghost{font-family:inherit;font-size:.85rem;font-weight:600;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);color:var(--ink-muted);padding:.48rem .85rem;cursor:pointer;transition:border-color .15s ease,color .15s ease,background .15s ease}.btn-ghost:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-soft)}.btn-ghost--sm{font-size:.75rem;padding:.28rem .55rem}.pipeline-log{margin-top:.85rem;max-height:220px;overflow:auto;font-family:var(--font-mono);font-size:.72rem;line-height:1.5;background:#0a0f1a;color:#cbd5e1;padding:.75rem .9rem;border-radius:var(--radius-sm);border:1px solid var(--border);white-space:pre-wrap}[data-theme=light] .pipeline-log{background:#0f172a;color:#e2e8f0}.layout-toolbar{display:none;flex-shrink:0}.dashboard-frame{flex:1;min-height:0;display:flex;flex-direction:column;overflow-y:auto;overscroll-behavior:contain}.dashboard-frame:has(.layout){overflow:hidden}.dashboard-frame>.layout{flex:1;min-height:0}.layout-toolbar__btn{width:100%;justify-content:center;display:inline-flex;align-items:center;gap:.45rem}.layout{display:grid;grid-template-columns:272px 1fr;gap:.85rem;align-items:stretch;flex:1;min-height:0}@media(min-width:1400px){.layout{grid-template-columns:300px 1fr;gap:1rem}}@media(max-width:960px){.layout{grid-template-columns:1fr;min-height:0}.layout-toolbar{display:flex;margin-bottom:.65rem}.sidebar{position:fixed;z-index:40;left:0;top:0;bottom:0;width:min(312px,90vw);margin:0;border-radius:0 var(--radius-lg) var(--radius-lg) 0;transform:translate(-108%);transition:transform .28s cubic-bezier(.4,0,.2,1);overflow-y:auto;box-shadow:var(--shadow-md)}.sidebar.sidebar--open{transform:translate(0)}.sidebar-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;background:#0206178c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);border:none;padding:0;cursor:pointer}.sidebar__close-mobile{display:block;width:100%;margin-top:1rem}}@media(min-width:961px){.sidebar__close-mobile{display:none}}.sidebar{position:static;align-self:stretch;min-height:0;max-height:100%;overflow-y:auto;overscroll-behavior:contain;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1rem 1.05rem;box-shadow:var(--shadow-sm)}.sidebar__title{margin:0 0 .25rem;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--ink-muted)}.sidebar__divider{height:1px;background:var(--border);margin:.9rem 0}.main-panel{display:flex;flex-direction:column;min-height:0;height:100%;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden}.main-panel__toolbar{flex-shrink:0;padding:.7rem 1rem .6rem;border-bottom:1px solid var(--border-subtle);background:var(--bg-elevated)}.main-panel__body{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:.85rem 1rem 1rem}.filter-summary{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem 1rem;margin-bottom:.6rem;font-size:.83rem;color:var(--ink-muted)}.filter-summary__sep{color:var(--border)}.filter-summary strong{color:var(--ink);font-weight:600;font-variant-numeric:tabular-nums}.tab-rail{display:inline-flex;flex-wrap:wrap;width:100%;gap:.2rem;padding:.2rem;border-radius:var(--radius-md);background:color-mix(in srgb,var(--surface) 90%,transparent);border:1px solid var(--border);margin-bottom:0}@media(min-width:640px){.tab-rail{width:auto}}.tab-rail button{flex:1 1 auto;min-width:0;font-family:inherit;font-size:.82rem;font-weight:600;border:none;background:transparent;color:var(--ink-muted);border-radius:var(--radius-sm);padding:.5rem .75rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.35rem;transition:background .15s ease,color .15s ease,box-shadow .15s ease}@media(min-width:640px){.tab-rail button{flex:0 1 auto;padding:.5rem 1rem}}.tab-rail button svg{width:1rem;height:1rem;flex-shrink:0;opacity:.85}.tab-rail button:hover{color:var(--ink);background:var(--surface)}.tab-rail button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.tab-rail button.tab-rail__active{color:#fff;background:var(--accent);box-shadow:0 2px 8px #6366f159}.tab-rail button.tab-rail__active svg{opacity:1}.panel-intro{margin:-.35rem 0 .85rem;font-size:.72rem;color:var(--ink-subtle);line-height:1.4}.content-section{margin-top:0}.fold-section{margin-top:1.25rem;border-top:1px solid var(--border-subtle);padding-top:.35rem}.fold-section__summary{cursor:pointer;list-style:none;font-size:.92rem;font-weight:700;color:var(--ink-muted);padding:.45rem 0;-webkit-user-select:none;user-select:none}.fold-section__summary::-webkit-details-marker{display:none}.fold-section__summary:before{content:"▸ ";color:var(--ink-subtle)}.fold-section[open] .fold-section__summary:before{content:"▾ "}.fold-section[open] .fold-section__summary{color:var(--ink);margin-bottom:.65rem}.fold-section__content{padding-bottom:.25rem}.inner-heading{margin:1rem 0 .4rem;font-size:.84rem;font-weight:700;color:var(--ink)}.section-note--tight{margin:0 0 .55rem}.split-panel{display:grid;gap:.85rem;margin-bottom:.75rem}@media(min-width:1100px){.split-panel{grid-template-columns:1fr 1fr;align-items:start}.split-panel--chart-wide{grid-template-columns:1.05fr .95fr}}.table-wrap--sm{max-height:220px}.table-wrap--md{max-height:300px}.table-wrap--full{width:100%;max-height:max(420px,calc(100vh - 22rem));margin-bottom:.75rem;scrollbar-color:rgba(148,163,184,.35) transparent;scrollbar-width:thin}.table-wrap--full::-webkit-scrollbar{width:8px;height:8px}.table-wrap--full::-webkit-scrollbar-track{background:transparent}.table-wrap--full::-webkit-scrollbar-thumb{background:#94a3b859;border-radius:4px}.chart-shell--below-table{margin-top:0;margin-bottom:.75rem}.chart-shell--embedded{margin:0}.inline-alert,.empty-banner{flex-shrink:0}.subsection-title{margin:1.15rem 0 .65rem;font-size:.98rem;font-weight:700;color:var(--ink);letter-spacing:-.02em}.subsection-title--first{margin-top:0}.subsection-title--sm{margin:.85rem 0 .45rem;font-size:.88rem;font-weight:700;color:var(--ink-muted)}.section-chip{display:inline-block;padding:.15rem .5rem;border-radius:6px;background:var(--accent-soft);color:var(--accent);font-size:.62rem;font-weight:700;letter-spacing:.06em;margin-bottom:.4rem}.panel-title{font-size:1rem;font-weight:700;color:var(--ink);margin:0 0 .85rem;letter-spacing:-.02em}.radio-group{display:flex;flex-wrap:wrap;gap:.5rem 1rem;margin:.65rem 0;align-items:center}.radio-group label{display:inline-flex;align-items:center;gap:.35rem;font-size:.84rem;font-weight:500;color:var(--ink-muted);cursor:pointer}.radio-group input[type=radio]{accent-color:var(--accent)}.table-wrap{overflow:auto;max-height:360px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface)}.table-wrap--viewport{max-height:max(420px,calc(100vh - 17rem))}@media(max-width:960px){.table-wrap--viewport{max-height:min(72vh,680px)}}table{width:100%;border-collapse:collapse;font-size:.8rem}th,td{border-bottom:1px solid var(--border-subtle);padding:.5rem .7rem;text-align:left}thead th{position:sticky;top:0;z-index:1;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--ink-subtle);background:color-mix(in srgb,var(--bg-page) 75%,var(--surface));-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}tbody tr:hover{background:var(--accent-soft)}.table-wrap--clickable tbody tr.table-row--action{cursor:pointer}.table-wrap--clickable tbody tr.table-row--action:hover{background:color-mix(in srgb,var(--accent-soft) 80%,var(--warning-bg))}.cell-warn{color:var(--danger);font-weight:600}.cell-ok{color:var(--success);font-weight:600}.msg-error,.msg-ok,.msg-warn{font-size:.84rem;font-weight:500;margin-top:.5rem;padding:.55rem .75rem;border-radius:var(--radius-sm)}.msg-error{color:var(--danger);background:var(--danger-bg);border:1px solid color-mix(in srgb,var(--danger) 30%,transparent)}.msg-ok{color:var(--success);background:var(--success-bg);border:1px solid color-mix(in srgb,var(--success) 28%,transparent)}.msg-warn{color:var(--warning);background:var(--warning-bg);border:1px solid color-mix(in srgb,var(--warning) 30%,transparent)}.inline-alert{padding:.75rem .9rem;margin-bottom:1rem;border-radius:var(--radius-md);font-size:.86rem;display:flex;align-items:flex-start;gap:.6rem}.inline-alert:before{content:"";width:.35rem;height:.35rem;border-radius:50%;margin-top:.35rem;flex-shrink:0;background:currentColor}.inline-alert--error{color:var(--danger);background:var(--danger-bg);border:1px solid color-mix(in srgb,var(--danger) 25%,transparent)}.risk-pill{display:inline-flex;align-items:center;gap:.35rem;font-size:.7rem;font-weight:700;padding:.15rem .45rem;border-radius:6px;white-space:nowrap}.risk-pill:before{content:"";width:6px;height:6px;border-radius:50%;flex-shrink:0}.risk-pill--high{background:var(--danger-bg);color:#fecaca}[data-theme=light] .risk-pill--high{color:#991b1b}.risk-pill--high:before{background:#ef4444}.risk-pill--mid{background:var(--warning-bg);color:#fde68a}[data-theme=light] .risk-pill--mid{color:#92400e}.risk-pill--mid:before{background:#f59e0b}.risk-pill--low{background:var(--success-bg);color:#a7f3d0}[data-theme=light] .risk-pill--low{color:#065f46}.risk-pill--low:before{background:#10b981}.chart-shell{margin:1.1rem 0;padding:0;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden}.chart-shell__meta{padding:.85rem 1rem .65rem;border-bottom:1px solid var(--border-subtle);background:color-mix(in srgb,var(--surface-strong) 55%,transparent);width:100%;box-sizing:border-box}.chart-shell__title{margin:0;font-size:.98rem;font-weight:700;letter-spacing:-.02em;color:var(--ink);line-height:1.3}.chart-shell__desc{margin:.4rem 0 0;font-size:.8125rem;color:var(--ink-muted);line-height:1.5;max-width:none}.chart-shell__desc strong{color:var(--ink);font-weight:600}.chart-shell__legend{list-style:none;display:flex;flex-wrap:wrap;gap:.6rem 1.25rem;margin:.55rem 0 0;padding:0;font-size:.75rem;font-weight:600;color:var(--ink-muted)}.chart-shell__legend li{display:flex;align-items:center;gap:.35rem}.chart-shell__swatch{width:.65rem;height:.65rem;border-radius:3px;flex-shrink:0}.chart-shell__swatch--high{background:#dc2626}.chart-shell__swatch--mid{background:#f59e0b}.chart-shell__swatch--low{background:#16a34a}.chart-shell__plot{padding:.65rem .6rem .85rem;min-width:0}.chart-shell__lede{margin:.35rem 0 0;font-size:.8125rem;line-height:1.45;color:var(--ink-muted);max-width:none}.chart-shell__lede strong{color:var(--ink);font-weight:600}.chart-shell__more{margin:.5rem 0 0;padding:0;border:none;font-size:.8rem}.chart-shell__more summary{cursor:pointer;font-weight:600;color:var(--accent);list-style-position:outside}.chart-shell__more summary:hover{color:var(--accent-hover)}.chart-shell__desc--tight{margin:.45rem 0 0;padding:.5rem 0 0;border-top:1px dashed var(--border-subtle);max-width:none}.chart-shell__copyblock{padding:.5rem 1rem 1rem;border-top:1px solid var(--border-subtle);background:color-mix(in srgb,var(--bg-page) 40%,var(--surface))}.chart-shell__copyhead{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.45rem}.chart-shell__copylabel{font-size:.75rem;font-weight:600;color:var(--ink-muted)}.chart-shell__copyarea{display:block;width:100%;box-sizing:border-box;min-height:5rem;padding:.55rem .65rem;font-family:var(--font-mono);font-size:.72rem;line-height:1.45;color:var(--ink);background:var(--surface-strong);border:1px solid var(--border);border-radius:var(--radius-sm);resize:vertical;-webkit-user-select:text;user-select:text}.chart-shell__copyhint{margin:0 0 .4rem;font-size:.68rem;color:var(--ink-subtle)}.chart-shell__copyscroll{overflow:auto;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-strong)}.chart-shell__copypre{margin:0;padding:.55rem .65rem;font-family:var(--font-mono);font-size:.72rem;line-height:1.5;color:var(--ink);white-space:pre;width:max-content;min-width:100%;-webkit-user-select:text;user-select:text}.table-wrap--wide th,.table-wrap--wide td{white-space:nowrap;vertical-align:middle}.table-wrap--wide.table-wrap--full td.cell-task,.table-wrap--wide.table-wrap--full .cell-path{white-space:normal;word-break:break-all}.table-wrap--wide td.cell-task{max-width:none}.table-wrap--wide .cell-path{font-family:var(--font-mono);font-size:.76rem;color:var(--ink-muted)}.copy-toast{position:sticky;top:0;z-index:30;margin:-.25rem 0 .75rem;padding:.4rem .75rem;font-size:.8rem;font-weight:600;text-align:center;color:#fff;background:var(--accent);border-radius:var(--radius-sm);box-shadow:var(--shadow-md)}.empty-banner{padding:1.75rem 1.25rem;text-align:center;color:var(--ink-muted);font-size:.88rem;background:var(--surface);border:1px dashed var(--border);border-radius:var(--radius-lg);margin-bottom:1rem}.loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:42vh;gap:1rem;color:var(--ink-muted)}.loading-screen__spin{width:2rem;height:2rem;border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .65s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-screen__text{font-size:.9rem;font-weight:500}@media(prefers-reduced-motion:reduce){.loading-screen__spin,.api-status__dot,.stat-card__watermark{animation:none!important}.sidebar{transition:none}}.content-section>.btn-primary{margin-bottom:.85rem}
