.dv-questions-hint{margin:0 0 12px;font-size:.88rem}.dv-questions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.dv-question{display:flex;align-items:center;gap:10px;width:100%;text-align:left;font:inherit;font-weight:600;font-size:.9rem;color:var(--text);padding:12px 14px;cursor:pointer;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);transition:background .12s ease,border-color .12s ease,color .12s ease}.dv-question:hover{background:var(--brand-soft);color:var(--brand);border-color:color-mix(in srgb,var(--brand) 30%,transparent)}.dv-question-ico{flex:none;display:inline-flex;color:var(--brand)}.dv-question-text{flex:1 1 auto;min-width:0}.dv-signal-company{font-weight:600;color:var(--text)}.dv-signal-company:hover{color:var(--brand)}.dv-threats{display:flex;flex-direction:column}.dv-threat{display:flex;flex-direction:column;gap:8px;padding:12px 0;border-bottom:1px solid var(--border);color:var(--text)}.dv-threat:first-child{padding-top:2px}.dv-threat:last-child{border-bottom:none;padding-bottom:2px}.dv-threat:hover{text-decoration:none}.dv-threat:hover .dv-threat-name{color:var(--brand)}.dv-threat-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.dv-threat-name{font-weight:600;font-size:.94rem;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dv-threat-score{font-weight:700;font-size:1.05rem;letter-spacing:-.01em;white-space:nowrap}.dv-threat-score.tone-ok{color:var(--ok)}.dv-threat-score.tone-warn{color:var(--warn)}.dv-threat-score.tone-danger{color:var(--danger)}.dv-threat-max{font-size:.72rem;font-weight:600;color:var(--text-muted);margin-left:1px}.dv-threat-nofactors{font-size:.8rem}.dv-factors{display:flex;flex-direction:column;gap:5px}.dv-factor{display:grid;grid-template-columns:minmax(0,128px) 1fr 26px;align-items:center;gap:8px}.dv-factor-label{font-size:.76rem;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dv-factor-bar{display:block;height:6px;border-radius:var(--radius-pill);background:var(--surface-3);overflow:hidden}.dv-factor-fill{display:block;height:100%;border-radius:var(--radius-pill);background:var(--brand);transition:width .3s ease}.dv-factor-value{font-size:.74rem;font-weight:600;color:var(--text-muted);text-align:right}.dv-changed{display:flex;align-items:center;gap:12px;padding:11px;border:1px solid var(--border);border-radius:12px;background:var(--surface-2);color:var(--text)}.dv-changed:hover{text-decoration:none;border-color:color-mix(in srgb,var(--brand) 30%,transparent)}.dv-changed-body{flex:1 1 auto;min-width:0;display:flex;flex-direction:column}.dv-changed-value{font-size:1.3rem;font-weight:700;line-height:1.1}.dv-changed-label{font-size:.8rem;color:var(--text-muted)}@media (max-width: 700px){.dv-questions{grid-template-columns:1fr}}.cc-toolbar{display:flex;flex-wrap:wrap;gap:14px;align-items:flex-end}.cc-search{position:relative;display:flex;align-items:center;flex:1 1 240px;min-width:200px}.cc-search-ico{position:absolute;left:11px;display:inline-flex;color:var(--text-muted);pointer-events:none}.cc-search input{font:inherit;color:var(--text);background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-sm);padding:9px 12px 9px 34px;width:100%}.cc-search input:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand) 22%,transparent)}.cc-field{display:flex;flex-direction:column;gap:5px;min-width:150px}.cc-field-label{font-size:.72rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em}.cc-field select{font:inherit;color:var(--text);background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-sm);padding:8px 10px}.cc-field select:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand) 22%,transparent)}.cc-reset{background:none;border:none;color:var(--brand);cursor:pointer;font:inherit;font-weight:600;font-size:.85rem;padding:8px 4px;align-self:flex-end}.cc-reset:hover{text-decoration:underline}.cc-row{cursor:pointer}.cc-name{font-weight:600;color:var(--text);display:inline-flex;align-items:center;gap:6px}.cc-name:hover{color:var(--brand);text-decoration:none}.cc-verified{display:inline-flex;color:var(--ok);flex:none}.cc-tradename{font-size:.78rem;margin-top:1px}.cc-count{font-size:.85rem;margin:0}.cc-score{display:inline-flex;align-items:baseline;gap:7px;font-weight:700;white-space:nowrap}.cc-score-dot{width:10px;height:10px;border-radius:50%;flex:none;align-self:center;background:currentColor;box-shadow:0 0 0 3px color-mix(in srgb,currentColor 20%,transparent)}.cc-score.tone-ok{color:var(--ok)}.cc-score.tone-warn{color:var(--warn)}.cc-score.tone-danger{color:var(--danger)}.cc-score-max{font-size:.72rem;font-weight:600;color:var(--text-muted)}.cc-empty-cta{background:none;border:none;font:inherit;font-weight:600}.cc-modal{max-width:560px}.cc-modal-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.cc-modal-close{font:inherit;font-size:1rem;line-height:1;color:var(--text-muted);background:none;border:none;cursor:pointer;padding:6px 8px;border-radius:8px}.cc-modal-close:hover{background:var(--surface-2);color:var(--text)}.cc-modal-body{display:flex;flex-direction:column;gap:12px}.cc-modal-hint{font-size:.82rem;margin:0}.cc-search-state{display:flex;align-items:center;gap:12px;padding:16px 2px}.cc-search-state .spinner{width:22px;height:22px;border-width:2px}.cc-hits{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px;max-height:320px;overflow-y:auto}.cc-hit{display:flex;align-items:center;gap:12px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-2);padding:10px 12px}.cc-hit-body{flex:1 1 auto;min-width:0}.cc-hit-name{font-weight:600;font-size:.92rem}.cc-hit-meta{display:flex;flex-wrap:wrap;gap:4px 12px;font-size:.78rem;color:var(--text-muted);margin-top:2px}@media (max-width: 640px){.cc-toolbar{align-items:stretch}.cc-field{min-width:0;flex:1 1 45%}}.cd-back{font-size:.88rem;font-weight:600;align-self:flex-start}.cd-head{display:flex;flex-direction:column;gap:10px}.cd-head-top{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.cd-name{font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.cd-head-badges{display:inline-flex;gap:6px;flex-wrap:wrap}.cd-tradename{margin:-4px 0 0;font-size:.92rem}.cd-identity{display:flex;flex-wrap:wrap;gap:10px 28px}.cd-id-item{display:flex;flex-direction:column;gap:2px;min-width:0}.cd-id-label{font-size:.7rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.cd-tags{display:flex;flex-wrap:wrap;gap:6px}.cd-score-grid{display:flex;gap:26px;align-items:flex-start;flex-wrap:wrap}.cd-score-body{flex:1 1 320px;min-width:0;display:flex;flex-direction:column;gap:8px}.cd-gauge{position:relative;width:132px;height:132px;flex:none}.cd-gauge svg{width:100%;height:100%;display:block}.cd-gauge-bg{fill:none;stroke:var(--surface-3);stroke-width:11}.cd-gauge-fill{fill:none;stroke:currentColor;stroke-width:11;stroke-linecap:round}.cd-gauge.tone-ok{color:var(--ok)}.cd-gauge.tone-warn{color:var(--warn)}.cd-gauge.tone-danger{color:var(--danger)}.cd-gauge-value{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;gap:1px;color:var(--text)}.cd-gauge-value strong{font-size:1.9rem;font-weight:700;letter-spacing:-.03em;line-height:1}.cd-gauge-value span{font-size:.78rem;color:var(--text-muted);align-self:flex-end;padding-bottom:8px}.cd-gauge-empty{display:grid;place-items:center;border-radius:50%;border:11px solid var(--surface-3)}.cd-gauge-na{font-size:1.6rem;color:var(--text-muted);font-weight:700}.cd-factors-wrap{box-shadow:none}.cd-factors td,.cd-factors th{padding:8px 12px;font-size:.88rem}.cd-fbar{display:inline-block;vertical-align:middle;width:110px;height:7px;border-radius:var(--radius-pill);background:var(--surface-3);overflow:hidden;margin-right:8px}.cd-fbar-fill{display:block;height:100%;border-radius:var(--radius-pill);background:var(--brand)}.cd-fbar-num{font-weight:600;font-size:.84rem}.cd-missing{margin:0;font-size:.84rem}.cd-computed{margin:0;font-size:.8rem}.cd-tab-loading{display:flex;align-items:center;gap:12px;padding:28px 8px;color:var(--text-muted)}.cd-subtitle{font-size:.92rem;font-weight:600;margin:0 0 8px}.cd-events{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.cd-event{border-bottom:1px solid var(--border)}.cd-event:last-child{border-bottom:none}.cd-event-link{display:flex;align-items:center;gap:14px;padding:10px 2px;color:var(--text);min-width:0}.cd-event-link:hover{text-decoration:none}.cd-event-link:hover .cd-event-title{color:var(--brand)}.cd-event-date{flex:none;font-size:.8rem;color:var(--text-muted);width:118px}.cd-event-title{flex:1 1 auto;min-width:0;font-weight:600;font-size:.92rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cd-event-badges{flex:none;display:inline-flex;gap:4px;flex-wrap:wrap;justify-content:flex-end}.cd-briefing{display:flex;flex-direction:column;gap:12px}.cd-briefing-meta{margin:0;font-size:.8rem}.cd-price-groups{display:flex;flex-direction:column;gap:18px}.cd-price-amount{font-weight:700;white-space:nowrap}.cd-price-raw{max-width:340px;font-size:.86rem;color:var(--text-muted)}.cd-seo-list{display:flex;flex-direction:column;gap:12px}.cd-seo-card{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-2);padding:12px 14px;display:flex;flex-direction:column;gap:8px}.cd-seo-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;flex-wrap:wrap}.cd-seo-url{font-weight:600;font-size:.9rem;word-break:break-all}.cd-seo-date{font-size:.78rem;white-space:nowrap}.cd-seo-kv dt{font-size:.78rem}.cd-seo-kv dd{font-size:.88rem}.cd-registry{display:flex;flex-direction:column;gap:14px}.cd-registry .kv dt{word-break:break-all}.cd-dir-list{margin:0;padding-left:18px}.cd-dir-list li{margin:3px 0}.cd-registry-note{margin:4px 0 0;font-size:.78rem}.cd-collect-grid{display:flex;flex-wrap:wrap;gap:14px 40px}.cd-collect-item{display:flex;flex-direction:column;gap:3px;min-width:0}.cd-crawl{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.cd-crawl-error{color:var(--danger);font-size:.82rem;max-width:420px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cd-sources td{vertical-align:top}.cd-source-url{max-width:300px}.cd-source-url a{word-break:break-all;font-size:.84rem}.cd-source-label{font-size:.78rem;margin-top:2px}.cd-source-note{font-size:.74rem;margin-top:3px}.cd-test-row td{background:var(--surface-2);font-size:.84rem}.cd-test.ok{color:var(--ok);font-weight:600}.cd-test.ko{color:var(--danger);font-weight:600}.cd-addsource{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-end}.cd-addsource .field{flex:0 1 200px}.cd-addsource .cd-addsource-url{flex:1 1 280px}.cd-toast{position:fixed;right:22px;bottom:22px;z-index:70;background:var(--surface);color:var(--text);border:1px solid color-mix(in srgb,var(--ok) 40%,var(--border));border-left:4px solid var(--ok);border-radius:var(--radius-sm);box-shadow:var(--shadow);padding:12px 16px;max-width:380px;font-size:.9rem;animation:cd-toast-in .18s ease-out}@keyframes cd-toast-in{0%{transform:translateY(8px);opacity:0}to{transform:none;opacity:1}}@media (prefers-reduced-motion: reduce){.cd-toast{animation:none}}@media (max-width: 720px){.cd-event-link{flex-wrap:wrap;gap:6px 14px}.cd-event-date{width:auto}.cd-event-badges{justify-content:flex-start;width:100%}.cd-score-grid{flex-direction:column;align-items:center}.cd-score-body{width:100%}}.av-root{display:flex;flex-direction:column;gap:16px}.av-summary{margin:0;font-size:1.02rem;line-height:1.6;padding:12px 14px;border-radius:var(--radius-sm);background:var(--surface-2);border:1px solid var(--border)}.av-section{display:flex;flex-direction:column;gap:8px}.av-section-title{margin:0;font-size:.8rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.av-items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.av-item{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);padding:12px 14px;display:flex;flex-direction:column;gap:8px;border-left-width:3px}.av-section-fact .av-item{border-left-color:var(--ok)}.av-section-hypo .av-item{border-left-color:var(--warn)}.av-section-reco .av-item{border-left-color:var(--info)}.av-item-head{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.av-claim{margin:0;line-height:1.5}.av-rationale{margin:0;color:var(--text-muted);font-size:.9rem}.av-cites{display:flex;flex-wrap:wrap;gap:6px}.av-cite{font-family:var(--mono);font-size:.76rem;font-weight:600;color:var(--brand);background:var(--brand-soft);border:1px solid color-mix(in srgb,var(--brand) 25%,transparent);border-radius:var(--radius-pill);padding:2px 9px;cursor:pointer;transition:background .12s ease,border-color .12s ease}.av-cite:hover{background:color-mix(in srgb,var(--brand) 16%,var(--brand-soft));border-color:var(--brand)}.av-sub{display:flex;flex-direction:column;gap:3px}.av-sub-label{font-size:.72rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.av-sub-list{margin:0;padding-left:18px;color:var(--text-muted);font-size:.9rem}.av-sub-list li{margin:2px 0}.av-limits{margin:0;padding-left:18px;color:var(--text-muted);font-size:.9rem}.av-limits li{margin:3px 0}.av-proof{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-2);padding:11px 13px;display:flex;flex-direction:column;gap:7px}.av-proof-head{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap}.av-proof-date{font-size:.78rem;color:var(--text-muted);white-space:nowrap}.av-proof-title{font-weight:600;font-size:.92rem}.av-proof-excerpt{margin:0;padding:8px 12px;font-size:.88rem;line-height:1.5;border-left:3px solid var(--border-strong);background:var(--surface);border-radius:0 8px 8px 0;color:var(--text);font-style:italic;word-break:break-word}.av-proof-foot{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;font-size:.82rem}.av-proof-link{font-weight:600}.av-proof-list{display:flex;flex-direction:column;gap:10px}.av-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#090c1480;display:flex;justify-content:flex-end;z-index:60}.av-drawer{width:min(460px,96vw);height:100%;background:var(--surface);border-left:1px solid var(--border);box-shadow:var(--shadow);display:flex;flex-direction:column;animation:av-slide-in .18s ease-out}@keyframes av-slide-in{0%{transform:translate(24px);opacity:0}to{transform:none;opacity:1}}@media (prefers-reduced-motion: reduce){.av-drawer{animation:none}}.av-drawer-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:16px 18px;border-bottom:1px solid var(--border);flex:none}.av-drawer-title{margin:0;font-size:1rem;font-weight:600;word-break:break-all}.av-drawer-close{font:inherit;font-size:1rem;line-height:1;color:var(--text-muted);background:none;border:none;cursor:pointer;padding:6px 8px;border-radius:8px}.av-drawer-close:hover{background:var(--surface-2);color:var(--text)}.av-drawer-body{flex:1 1 auto;overflow-y:auto;padding:16px 18px;display:flex;flex-direction:column;gap:12px}.av-drawer-loading{display:flex;align-items:center;gap:12px;padding:24px 0}.av-drawer-event{display:flex;flex-direction:column;gap:10px}.av-drawer-badges{display:flex;flex-wrap:wrap;gap:4px}.av-drawer-evtitle{margin:0;font-size:1.05rem}.av-drawer-evdate{margin:0;font-size:.84rem}.av-drawer-subtitle{margin:8px 0 0;font-size:.76rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.av-drawer-goto{font-weight:600;font-size:.88rem;margin-top:6px}.sg-filter-row{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-end}.sg-field{display:flex;flex-direction:column;gap:5px;min-width:140px;flex:0 1 auto}.sg-field-label{font-size:.72rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em}.sg-field-grow{flex:1 1 200px;min-width:180px}.sg-field select,.sg-field input{font:inherit;color:var(--text);background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-sm);padding:8px 10px;width:100%}.sg-field select:focus,.sg-field input:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand) 22%,transparent)}.sg-reset{background:none;border:none;color:var(--brand);cursor:pointer;font:inherit;font-weight:600;font-size:.85rem;padding:8px 4px;align-self:flex-end}.sg-reset:hover{text-decoration:underline}.sg-custom-dates{display:flex;flex-wrap:wrap;gap:12px;margin-top:12px}.card.sg-list{display:flex;flex-direction:column;padding:6px 0}.sg-row{display:flex;align-items:center;gap:16px;width:100%;text-align:left;font:inherit;color:var(--text);cursor:pointer;background:none;border:none;border-bottom:1px solid var(--border);padding:12px 20px;transition:background .12s ease}.sg-row:last-child{border-bottom:none}.sg-row:hover{background:var(--surface-2)}.sg-row.is-open{background:var(--brand-soft);box-shadow:inset 3px 0 0 var(--brand)}.sg-date{flex:none;width:122px;font-size:.8rem;color:var(--text-muted)}.sg-main{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:2px}.sg-company{font-size:.78rem;font-weight:600;color:var(--text-muted)}.sg-title{font-weight:600;font-size:.94rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sg-badges{flex:none;display:inline-flex;gap:4px;flex-wrap:wrap;justify-content:flex-end;max-width:340px}.sg-pager{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;font-size:.86rem}.sg-pager-btns{display:flex;gap:8px}.sg-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#090c1480;display:flex;justify-content:flex-end;z-index:60}.sg-drawer{width:min(520px,96vw);height:100%;background:var(--surface);border-left:1px solid var(--border);box-shadow:var(--shadow);display:flex;flex-direction:column;animation:sg-slide-in .18s ease-out}@keyframes sg-slide-in{0%{transform:translate(24px);opacity:0}to{transform:none;opacity:1}}@media (prefers-reduced-motion: reduce){.sg-drawer{animation:none}}.sg-drawer-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:16px 20px;border-bottom:1px solid var(--border);flex:none}.sg-drawer-title{margin:0;font-size:1rem;font-weight:600}.sg-drawer-close{font:inherit;font-size:1rem;line-height:1;color:var(--text-muted);background:none;border:none;cursor:pointer;padding:6px 8px;border-radius:8px}.sg-drawer-close:hover{background:var(--surface-2);color:var(--text)}.sg-drawer-body{flex:1 1 auto;overflow-y:auto;padding:18px 20px;display:flex;flex-direction:column;gap:12px}.sg-drawer-loading{display:flex;align-items:center;gap:12px;padding:24px 0}.sg-drawer-badges{display:flex;flex-wrap:wrap;gap:4px}.sg-drawer-evtitle{margin:0;font-size:1.08rem}.sg-drawer-evmeta{margin:0;font-size:.84rem}.sg-drawer-type{font-size:.8em}.sg-drawer-validated{margin:0;font-size:.82rem}.sg-drawer-subtitle{margin:6px 0 0;font-size:.76rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.sg-proofs{display:flex;flex-direction:column;gap:10px}.sg-meta{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-2);padding:10px 14px;font-size:.86rem;grid-template-columns:minmax(100px,170px) 1fr}.sg-meta dt{word-break:break-all}.sg-decide{border-top:1px solid var(--border);padding-top:14px;margin-top:4px;display:flex;flex-direction:column;gap:10px}.sg-decide-btns{display:flex;gap:10px;flex-wrap:wrap}.sg-decide-note{margin:0;font-size:.78rem}@media (max-width: 720px){.sg-row{flex-wrap:wrap;gap:6px 14px}.sg-date{width:auto}.sg-badges{justify-content:flex-start;max-width:none}}.ast-ask-card,.ast-form{display:flex;flex-direction:column;gap:14px}.ast-textarea{min-height:96px}.ast-blocked{display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;padding:26px 20px;background:var(--surface-2);border:1px dashed var(--border-strong);border-radius:var(--radius-sm)}.ast-blocked-title{font-weight:700;margin:0;max-width:52ch}.ast-blocked p{margin:0;max-width:56ch}.ast-scope{display:flex;flex-direction:column;gap:8px}.ast-scope-label{font-size:.82rem;font-weight:600;color:var(--text-muted)}.ast-chips{display:flex;flex-wrap:wrap;gap:8px}.ast-chip{font:inherit;font-size:.82rem;font-weight:600;cursor:pointer;padding:6px 13px;border-radius:var(--radius-pill);border:1px solid var(--border);background:var(--surface-2);color:var(--text);transition:background .12s ease,border-color .12s ease,color .12s ease}.ast-chip:hover{background:var(--brand-soft)}.ast-chip.is-selected{background:var(--brand-soft);border-color:color-mix(in srgb,var(--brand) 35%,transparent);color:var(--brand)}.ast-chip:disabled{opacity:.55;cursor:not-allowed}.ast-hint{font-size:.8rem;color:var(--text-muted);margin:0}.ast-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.ast-progress{display:flex;align-items:center;gap:14px;padding:14px 16px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm)}.ast-progress .spinner{width:24px;height:24px;border-width:3px;flex:none}.ast-progress-text{min-width:0}.ast-progress-title{font-weight:600;margin:0 0 2px}.ast-progress-text p{margin:0}.ast-result{scroll-margin-top:20px}.ast-question-recall{margin:0 0 12px;padding:10px 12px;background:var(--surface-2);border-left:3px solid var(--brand);border-radius:0 var(--radius-sm) var(--radius-sm) 0}.ast-result-foot{display:flex;flex-wrap:wrap;gap:6px 20px;margin-top:14px;padding-top:12px;border-top:1px solid var(--border);color:var(--text-muted);font-size:.82rem}.ast-history-q{max-width:420px}.ast-history-open{font:inherit;background:none;border:none;padding:0;text-align:left;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:bottom}.ast-history-open:disabled{color:var(--text-muted);cursor:wait}@media (max-width: 820px){.ast-history-q{max-width:220px}}.prm-tabbar{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.prm-tabbar .tabs{flex-wrap:nowrap;white-space:nowrap;min-width:min-content}.prm-body{display:grid;grid-template-columns:272px minmax(0,1fr);gap:22px;align-items:start}.prm-rail{display:flex;flex-direction:column;gap:8px;position:sticky;top:20px}.prm-rail-item{display:flex;align-items:center;gap:12px;width:100%;text-align:left;cursor:pointer;font:inherit;color:var(--text);padding:11px 12px;background:var(--surface);border:1px solid var(--border);border-left:3px solid transparent;border-radius:var(--radius-sm);transition:background .12s ease,border-color .12s ease,box-shadow .12s ease}.prm-rail-item:hover{background:var(--surface-2)}.prm-rail-item.is-active{background:var(--brand-soft);border-color:color-mix(in srgb,var(--brand) 25%,transparent);border-left-color:var(--brand)}.prm-rail-text{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:1px}.prm-rail-title{font-weight:600;font-size:.92rem;line-height:1.2}.prm-rail-item.is-active .prm-rail-title{color:var(--brand)}.prm-rail-sub{font-size:.76rem;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.prm-rail-chevron{flex:none;color:var(--text-muted);transition:transform .12s ease}.prm-rail-item.is-active .prm-rail-chevron{color:var(--brand);transform:translate(2px)}.prm-panel{display:flex;flex-direction:column;gap:16px;min-width:0}.prm-panel-head{display:flex;flex-direction:column;gap:8px}.prm-panel-titlerow{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.prm-panel-title{font-size:1.18rem;font-weight:700;letter-spacing:-.01em}.prm-panel-desc{margin:0;color:var(--text-muted);max-width:72ch}.prm-sso-note{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-top:14px;padding:12px 14px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm)}.prm-sso-note p{margin:0;color:var(--text-muted);flex:1 1 320px}.prm-sso-note strong{color:var(--text);font-weight:600}.prm-note-superadmin{margin-top:10px;font-size:.84rem}.prm-weight-col{text-align:right;white-space:nowrap}.prm-weight-input{width:92px;text-align:right}.prm-total-row td{font-weight:700;background:var(--surface-2)}.prm-total-ok{color:var(--ok)}.prm-total-bad{color:var(--danger)}.prm-total-hint{font-size:.82rem;color:var(--danger);align-self:center}.prm-weights-note{margin-top:10px;font-size:.84rem}.prm-quota{margin-top:14px}.prm-progress{height:8px;border-radius:var(--radius-pill);background:var(--surface-3);overflow:hidden}.prm-progress-fill{height:100%;background:var(--brand);border-radius:var(--radius-pill);transition:width .2s ease}.prm-progress-fill.is-warn{background:var(--warn)}.prm-progress-fill.is-over{background:var(--danger)}.prm-quota-caption{margin:6px 0 0;font-size:.82rem}.prm-ia-note{margin-top:14px}@media (max-width: 900px){.prm-body{grid-template-columns:1fr}.prm-rail{position:static;flex-direction:row;flex-wrap:wrap}.prm-rail-item{width:auto;flex:1 1 220px}}@media (max-width: 560px){.prm-rail-item{flex-basis:100%}}:root{--brand: #3b82f6;--brand-strong: #2563eb;--brand-soft: #eef3ff;--brand-contrast: #ffffff;--bg: #f6f7fb;--surface: #ffffff;--surface-2: #f6f7fb;--surface-3: #eef1f6;--border: #e8eaf0;--border-strong: #d7dde7;--text: #1b2130;--text-muted: #6b7280;--ok: #16a34a;--ok-bg: #e9f8ef;--warn: #b45309;--warn-bg: #fff4e5;--danger: #dc2626;--danger-bg: #fdecec;--info: #2563eb;--info-bg: #eef3ff;--violet: #7c3aed;--violet-bg: #f3ecfe;--tile-blue-bg: #eef3ff;--tile-blue-fg: #3b82f6;--tile-amber-bg: #fff4e5;--tile-amber-fg: #f59e0b;--tile-red-bg: #fdecec;--tile-red-fg: #ef4444;--tile-violet-bg: #f3ecfe;--tile-violet-fg: #8b5cf6;--tile-green-bg: #e9f8ef;--tile-green-fg: #22c55e;--radius: 14px;--radius-sm: 10px;--radius-pill: 999px;--space: 20px;--shadow-sm: 0 1px 2px rgba(16, 24, 40, .05), 0 6px 16px rgba(16, 24, 40, .05);--shadow: 0 8px 28px rgba(16, 24, 40, .12), 0 2px 6px rgba(16, 24, 40, .06);--font: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;--nav-w: 248px}@media (prefers-color-scheme: dark){:root{--brand: #4b8bff;--brand-strong: #6ba2ff;--brand-soft: #17233d;--brand-contrast: #0b0e14;--bg: #0b0e14;--surface: #141924;--surface-2: #1b212e;--surface-3: #222a3a;--border: #262e3d;--border-strong: #3a4356;--text: #e8ecf3;--text-muted: #9aa4b4;--ok: #4ade80;--ok-bg: #10281c;--warn: #fbbf24;--warn-bg: #2e2410;--danger: #f87171;--danger-bg: #33191a;--info: #93b4ff;--info-bg: #16233c;--violet: #c4b5fd;--violet-bg: #221a3a;--tile-blue-bg: #16233c;--tile-blue-fg: #6ba2ff;--tile-amber-bg: #2e2410;--tile-amber-fg: #fbbf24;--tile-red-bg: #33191a;--tile-red-fg: #f87171;--tile-violet-bg: #221a3a;--tile-violet-fg: #c4b5fd;--tile-green-bg: #10281c;--tile-green-fg: #4ade80;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .4);--shadow: 0 10px 30px rgba(0, 0, 0, .55)}}:root[data-theme=dark]{color-scheme:dark}:root[data-theme=light]{color-scheme:light}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:var(--font);font-size:15px;line-height:1.55;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1{font-size:1.4rem;line-height:1.25;margin:0;text-wrap:balance}h2{font-size:1.12rem;margin:0 0 .4rem;text-wrap:balance}h3{font-size:1rem;margin:0 0 .3rem}p{margin:0 0 .5rem}a{color:var(--brand);text-decoration:none}a:hover{text-decoration:underline}code{font-family:var(--mono);font-size:.86em}:focus-visible{outline:2px solid var(--brand);outline-offset:2px;border-radius:4px}.muted{color:var(--text-muted)}.mono,.hash{font-family:var(--mono);font-size:.84em;word-break:break-all;color:var(--text-muted)}.link{color:var(--brand);cursor:pointer}.link:hover{text-decoration:underline}.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}.app-shell{display:flex;align-items:flex-start;min-height:100vh;background:var(--bg)}.sidebar{position:sticky;top:0;height:100vh;width:var(--nav-w);flex:none;display:flex;flex-direction:column;padding:16px 12px;background:var(--surface);border-right:1px solid var(--border);overflow-y:auto}.sidebar-brand{display:flex;align-items:center;gap:10px;padding:6px 8px 16px}.sidebar-logo{width:32px;height:32px;border-radius:9px;flex:none;display:grid;place-items:center;color:#fff;background:linear-gradient(150deg,var(--brand),var(--brand-strong));box-shadow:inset 0 0 0 1px #fff3}.sidebar-brand-text{font-weight:700;font-size:.96rem;line-height:1.2;letter-spacing:-.01em}.sidebar-nav{display:flex;flex-direction:column;gap:2px}.nav-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.nav-item{margin:0}.nav-link,.nav-group-toggle{display:flex;align-items:center;gap:11px;width:100%;padding:9px 12px;border-radius:var(--radius-sm);color:var(--text);font:inherit;font-weight:500;font-size:.94rem;text-decoration:none;border:1px solid transparent;background:transparent;cursor:pointer;text-align:left;transition:background .12s ease,color .12s ease}.nav-link:hover,.nav-group-toggle:hover{background:var(--surface-2);text-decoration:none}.nav-link.is-active{background:var(--brand-soft);color:var(--brand);font-weight:600}.nav-ico{flex:none;display:inline-flex;color:var(--text-muted)}.nav-link.is-active .nav-ico{color:var(--brand)}.nav-label{flex:1 1 auto;min-width:0}.nav-chevron{flex:none;color:var(--text-muted);transition:transform .16s ease}.nav-group.is-open>.nav-group-toggle .nav-chevron{transform:rotate(90deg)}.nav-group.is-open>.nav-group-toggle{color:var(--text)}.nav-sub{list-style:none;padding:0 0 0 14px;margin:3px 0 4px 17px;border-left:1px solid var(--border);display:flex;flex-direction:column;gap:2px}.nav-sub .nav-link{font-size:.9rem;padding:7px 11px;font-weight:500}.sidebar-footer{margin-top:auto;display:flex;flex-direction:column;gap:10px;padding-top:16px}.org-card{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid var(--border);border-radius:12px;background:var(--surface-2)}.org-dot{width:9px;height:9px;border-radius:50%;flex:none;background:var(--ok);box-shadow:0 0 0 3px color-mix(in srgb,var(--ok) 22%,transparent)}.org-text{min-width:0}.org-name{font-weight:600;font-size:.84rem;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.org-sub{font-size:.72rem;color:var(--text-muted)}.user-card{display:flex;align-items:center;gap:10px;padding:4px 8px}.avatar{width:34px;height:34px;border-radius:50%;flex:none;display:grid;place-items:center;font-weight:700;font-size:.8rem;background:var(--brand-soft);color:var(--brand)}.user-text{min-width:0;flex:1 1 auto}.user-name{font-weight:600;font-size:.85rem;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-role{font-size:.72rem;color:var(--text-muted)}.user-logout{font:inherit;font-size:.74rem;color:var(--text-muted);background:none;border:none;cursor:pointer;padding:2px 4px;text-align:left}.user-logout:hover{color:var(--brand);text-decoration:underline}.user-card-min{flex-direction:column;align-items:flex-start;gap:4px}.user-card-min .user-name{max-width:100%;font-size:.9rem}.user-card-min .user-logout{padding-left:0}.app-content{flex:1 1 auto;min-width:0;padding:26px 30px 44px}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-bottom:22px}.page-header-text{min-width:0}.page-title{font-size:1.6rem;font-weight:700;letter-spacing:-.02em}.page-subtitle{margin:6px 0 0;color:var(--text-muted);max-width:64ch}.page-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.app-loading,.screen-center{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;text-align:center}.spinner{width:34px;height:34px;border-radius:50%;border:3px solid var(--border);border-top-color:var(--brand);animation:ic-spin .7s linear infinite}@keyframes ic-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){.spinner{animation-duration:2.2s}}.login-hero{min-height:72vh;gap:10px}.login-logo{width:56px;height:56px;border-radius:16px;flex:none;display:grid;place-items:center;color:#fff;background:linear-gradient(150deg,var(--brand),var(--brand-strong));box-shadow:var(--shadow-sm);margin-bottom:6px}.login-hero h1{font-size:1.5rem}.login-slogan{color:var(--text-muted);max-width:44ch;font-size:1.02rem;margin-bottom:10px}.login-hint{font-size:.84rem}.screen{max-width:1160px;margin:0 auto;display:flex;flex-direction:column;gap:18px}.screen-center{max-width:480px;margin:0 auto}.screen-error{max-width:520px;margin:8vh auto 0;text-align:center;align-items:center}.screen-error h1{font-size:2.2rem}.screen-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.screen-header p{margin:4px 0 0;color:var(--text-muted)}.section-title{font-size:1rem;font-weight:600;margin:8px 0 4px}.report-title{display:flex;align-items:center;gap:10px}.report-head{display:grid;grid-template-columns:minmax(120px,180px) 1fr;gap:6px 16px;align-items:baseline}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:var(--space)}.card-title{font-size:1.02rem;font-weight:600;margin:0 0 4px}.card-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px}.card-head .card-title{margin:0}.card-link{font-size:.82rem;font-weight:600;color:var(--brand);display:inline-flex;align-items:center;gap:4px}.form-card{display:flex;flex-direction:column;gap:14px}.filters{display:flex;flex-direction:column;gap:12px}.icon-tile{width:38px;height:38px;border-radius:var(--radius-sm);display:grid;place-items:center;flex:none}.icon-tile.sm{width:32px;height:32px;border-radius:9px}.icon-tile.lg{width:46px;height:46px;border-radius:12px}.icon-tile.tone-blue{background:var(--tile-blue-bg);color:var(--tile-blue-fg)}.icon-tile.tone-amber{background:var(--tile-amber-bg);color:var(--tile-amber-fg)}.icon-tile.tone-red{background:var(--tile-red-bg);color:var(--tile-red-fg)}.icon-tile.tone-violet{background:var(--tile-violet-bg);color:var(--tile-violet-fg)}.icon-tile.tone-green{background:var(--tile-green-bg);color:var(--tile-green-fg)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font:inherit;font-weight:600;line-height:1;cursor:pointer;padding:10px 16px;border-radius:var(--radius-sm);border:1px solid var(--border-strong);background:var(--surface);color:var(--text);transition:background .12s ease,border-color .12s ease,color .12s ease,box-shadow .12s ease;white-space:nowrap;text-decoration:none}.btn:hover{background:var(--surface-2);text-decoration:none}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--brand);border-color:var(--brand);color:var(--brand-contrast);box-shadow:0 1px 2px #2563eb40}.btn-primary:hover{background:var(--brand-strong);border-color:var(--brand-strong)}.btn-secondary{background:var(--surface);border-color:var(--border-strong);color:var(--text)}.btn-secondary:hover{background:var(--surface-2)}.btn-ghost{background:transparent;border-color:transparent;color:var(--text-muted)}.btn-ghost:hover{background:var(--surface-2);color:var(--text)}.btn-danger{background:var(--danger);border-color:var(--danger);color:#fff}.btn-danger:hover{filter:brightness(1.08)}.btn-sm{padding:7px 12px;font-size:.85rem;border-radius:8px}.btn-ico{display:inline-flex}.toolbar{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.tabs{display:flex;gap:4px;border-bottom:1px solid var(--border)}.tabs>button,.tabs>.tab{font:inherit;font-weight:600;cursor:pointer;padding:10px 16px;background:none;border:none;color:var(--text-muted);border-bottom:2px solid transparent;margin-bottom:-1px}.tabs>button:hover,.tabs>.tab:hover{color:var(--text)}.tabs>button.is-active,.tabs>.tab.is-active,.tabs>button[aria-selected=true]{color:var(--brand);border-bottom-color:var(--brand)}.tab-panel{display:flex;flex-direction:column;gap:16px}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}.field{display:flex;flex-direction:column;gap:6px;min-width:0}.field-inline{flex-direction:row;align-items:center;gap:8px}.field-label,.field>label{font-size:.82rem;font-weight:600;color:var(--text-muted)}.field-input,.field input,.field select,.field textarea{font:inherit;color:var(--text);background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-sm);padding:9px 11px;width:100%}.field-input:focus,.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand) 22%,transparent)}.field textarea{resize:vertical;min-height:90px}.form-actions{display:flex;gap:10px;flex-wrap:wrap;padding-top:4px}.table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-sm)}.table{width:100%;border-collapse:collapse;font-size:.92rem}.table th,.table td{text-align:left;padding:11px 14px;border-bottom:1px solid var(--border);vertical-align:middle}.table thead th{color:var(--text-muted);font-weight:600;font-size:.74rem;text-transform:uppercase;letter-spacing:.04em;background:var(--surface-2);position:sticky;top:0}.table tbody tr:last-child td{border-bottom:none}.table tbody tr:hover{background:var(--surface-2)}.cell-actions{text-align:right;white-space:nowrap}.cell-hash{max-width:240px}.badge{display:inline-flex;align-items:center;gap:4px;font-size:.76rem;font-weight:600;line-height:1.4;padding:2px 10px;border-radius:var(--radius-pill);background:var(--info-bg);color:var(--info);border:1px solid transparent}.badge+.badge{margin-left:4px}.badge.is-muted,.badge-muted{background:var(--surface-3);color:var(--text-muted)}.badge-ok{background:var(--ok-bg);color:var(--ok)}.badge-warning,.badge-warn{background:var(--warn-bg);color:var(--warn)}.badge-danger{background:var(--danger-bg);color:var(--danger)}.badge-violet{background:var(--violet-bg);color:var(--violet)}.alert{border-radius:var(--radius-sm);padding:11px 14px;border:1px solid transparent;font-size:.92rem}.alert-error{background:var(--danger-bg);color:var(--danger);border-color:color-mix(in srgb,var(--danger) 30%,transparent)}.alert-ok{background:var(--ok-bg);color:var(--ok);border-color:color-mix(in srgb,var(--ok) 30%,transparent)}.alert-info{background:var(--info-bg);color:var(--info)}.alert-summary{display:flex;flex-wrap:wrap;gap:10px}.empty-state{padding:36px 20px;text-align:center;color:var(--text-muted);background:var(--surface);border:1px dashed var(--border-strong);border-radius:var(--radius)}.empty-inline{padding:28px 16px;text-align:center;color:var(--text-muted)}.pagination{display:flex;align-items:center;justify-content:center;gap:14px;padding-top:4px}.pagination-info{color:var(--text-muted);font-size:.9rem}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#090c148c;display:flex;align-items:center;justify-content:center;padding:20px;z-index:50}.modal{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:22px;width:100%;max-width:480px;display:flex;flex-direction:column;gap:14px;max-height:90vh;overflow-y:auto}.modal-title{font-size:1.1rem;font-weight:600;margin:0}.kv{display:grid;grid-template-columns:minmax(120px,200px) 1fr;gap:8px 18px;margin:0}.kv dt{color:var(--text-muted);font-size:.85rem}.kv dd{margin:0}.stat-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:20px}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:16px;display:flex;flex-direction:column;gap:12px}.stat-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.stat-label{color:var(--text-muted);font-size:.82rem;font-weight:600}.stat-value{font-size:1.7rem;font-weight:700;letter-spacing:-.02em;line-height:1}.stat-hint{font-size:.78rem;color:var(--text-muted);display:inline-flex;align-items:center;gap:5px}.stat-hint.up{color:var(--ok)}.stat-hint.down{color:var(--danger)}.stat-hint.ok{color:var(--ok)}.stat-hint.warn{color:var(--warn)}.dash-grid{display:grid;grid-template-columns:minmax(0,1.85fr) minmax(0,1fr);gap:18px;align-items:start}.dash-col{display:flex;flex-direction:column;gap:16px;min-width:0}.timeline{display:flex;flex-direction:column}.tl-row{display:flex;gap:14px;padding-bottom:18px;position:relative}.tl-row:last-child{padding-bottom:0}.tl-row:before{content:"";position:absolute;left:18px;top:42px;bottom:-2px;width:2px;background:var(--border)}.tl-row:last-child:before{display:none}.tl-icon{position:relative;z-index:1}.tl-body{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:5px}.tl-head{display:flex;align-items:center;gap:10px;justify-content:space-between}.tl-title{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tl-meta{font-size:.8rem;color:var(--text-muted);display:flex;gap:8px;flex-wrap:wrap;align-items:center}.tl-badges{display:flex;gap:6px;flex-wrap:wrap;align-items:center}.pill-row{display:flex;flex-wrap:wrap;gap:8px}.pill{display:inline-flex;align-items:center;gap:6px;padding:7px 13px;border-radius:var(--radius-pill);background:var(--surface-2);border:1px solid var(--border);color:var(--text);font-size:.82rem;font-weight:600}.pill:hover{background:var(--brand-soft);border-color:color-mix(in srgb,var(--brand) 30%,transparent);color:var(--brand);text-decoration:none}.priority-item{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid var(--border)}.priority-item:last-child{border-bottom:none}.priority-body{flex:1 1 auto;min-width:0}.priority-title{font-weight:600;font-size:.9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.priority-meta{font-size:.76rem;color:var(--text-muted)}.conf-list{display:flex;flex-direction:column;gap:10px}.conf-tile{display:flex;align-items:center;gap:12px;padding:11px;border:1px solid var(--border);border-radius:12px;background:var(--surface-2)}.conf-body{flex:1 1 auto;min-width:0}.conf-label{font-size:.8rem;color:var(--text-muted)}.conf-value{font-weight:600;font-size:.92rem}.conf-value.ok{color:var(--ok)}.conf-value.danger{color:var(--danger)}.conf-value.warn{color:var(--warn)}.placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;text-align:center;padding:64px 24px}.placeholder-title{font-size:1.1rem;font-weight:700}.placeholder p{max-width:46ch}.dash-layout{display:flex;gap:22px;align-items:flex-start}.type-band{flex:none;width:196px;display:flex;flex-direction:column;gap:4px;position:sticky;top:20px}.type-item{font:inherit;text-align:left;cursor:pointer;width:100%;padding:10px 12px;border:1px solid var(--border);border-left:3px solid transparent;border-radius:var(--radius-sm);background:var(--surface);color:var(--text);font-weight:500;transition:background .12s ease,border-color .12s ease,color .12s ease}.type-item:hover{background:var(--surface-2)}.type-item.is-active{background:var(--brand-soft);color:var(--brand);border-color:color-mix(in srgb,var(--brand) 25%,transparent);border-left-color:var(--brand);font-weight:600}.dash-main{flex:1 1 auto;min-width:0}@media (max-width: 1200px){.stat-row{grid-template-columns:repeat(2,1fr)}}@media (max-width: 980px){.dash-grid{grid-template-columns:1fr}}@media (max-width: 820px){.app-shell{flex-direction:column}.sidebar{position:static;height:auto;width:100%;flex-direction:row;flex-wrap:wrap;align-items:center;gap:8px;border-right:none;border-bottom:1px solid var(--border);padding:10px 14px}.sidebar-brand{padding:0;margin-right:auto}.sidebar-nav,.nav-list{flex-direction:row;flex-wrap:wrap}.nav-sub{margin-left:0;border-left:none;padding-left:0}.sidebar-footer{margin-top:0;flex-direction:row;padding-top:0}.app-content{padding:18px 16px 32px}.stat-row{grid-template-columns:repeat(2,1fr)}.dash-layout{flex-direction:column;gap:14px}.type-band{width:100%;flex-direction:row;flex-wrap:wrap;position:static}.type-item{width:auto;border-left-width:1px}.kv,.report-head{grid-template-columns:1fr;gap:2px 0}.kv dt{margin-top:8px}}@media (max-width: 560px){.stat-row{grid-template-columns:1fr}}
