:root{--primary:#C8102E;--primary-hover:#9D0019;--bg-page:#fbf7f8;--bg-card:#ffffff;--border:#e2e8f0;--text-main:#0f172a;--text-sub:#64748b;--danger:#ef4444;--success:#10b981;--logos:#76a7d4;--ethos:#dca8a8;--pathos:#9480bf;--radius:8px;--shadow:0 1px 3px rgba(0,0,0,.06);--shadow-lg:0 10px 25px rgba(0,0,0,.12)}*{box-sizing:border-box;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}html,body{height:100%}body{background:var(--bg-page);color:var(--text-main);min-height:100vh;overflow-x:hidden;overflow-y:auto}a{color:inherit}.logo-link{color:inherit;text-decoration:none}button,input,textarea{font:inherit}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:none;box-shadow:0 0 0 4px #c8102e24;border-color:#c8102e59}#mobile-overlay{display:none;position:fixed;inset:0;background:#0f172af2;z-index:9999;color:#fff;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center}.mobile-overlay-icon{width:48px;height:48px;border:1px solid rgba(255,255,255,.52);border-radius:12px;margin-bottom:.75rem;position:relative}.mobile-overlay-icon:before{content:"";position:absolute;inset:12px 9px 14px;border:2px solid currentColor;border-radius:4px}.mobile-overlay-icon:after{content:"";position:absolute;left:16px;right:16px;bottom:9px;height:2px;background:currentColor;border-radius:999px}#mobile-overlay h2{margin-bottom:.5rem}#mobile-overlay p{opacity:.85;max-width:360px;line-height:1.55}.btn-overlay{background:transparent;border:1px solid #fff;color:#fff;padding:8px 16px;border-radius:10px;cursor:pointer;margin-top:1rem}.btn-overlay:hover{background:#ffffff14}@media(max-width:900px){#mobile-overlay.active{display:flex}}header{position:sticky;top:0;z-index:50;height:60px;background:#fff;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 20px;gap:16px}.logo{display:flex;flex-direction:column;line-height:1.1}.logo .title{font-weight:800;font-size:1.05rem}.logo .subtitle{font-size:.8rem;color:var(--text-sub)}.nav-links{display:flex;gap:14px;align-items:center;font-size:.9rem}.nav-links a{text-decoration:none;color:var(--text-sub)}.nav-links a:hover{color:var(--text-main)}.dataset-actions,.footer-actions{display:flex;gap:10px;align-items:center}#app{display:flex;flex-direction:column;min-width:0}.dataset-section{background:#fff;border-bottom:1px dashed var(--border);padding:16px 20px 14px}.dataset-topbar{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:10px}.section-head{display:flex;flex-direction:column;gap:4px;min-width:0}.section-head .h{font-size:1.15rem;font-weight:750}.section-head .p{font-size:.9rem;color:var(--text-sub)}.btn-ghost{border:1px solid var(--border);background:#fff;border-radius:10px;padding:8px 10px;cursor:pointer;color:var(--text-sub);font-weight:650}.btn-ghost:hover{border-color:#cbd5e1;color:var(--text-main)}.tabs{display:flex;gap:6px;border-bottom:1px solid var(--border);margin-bottom:12px;overflow:hidden}.tab{appearance:none;background:transparent;border:0;padding:8px 12px;cursor:pointer;color:var(--text-sub);border-bottom:2px solid transparent;font-weight:650;font-size:.9rem;-webkit-user-select:none;user-select:none}.tab.active{color:var(--primary);border-bottom-color:var(--primary)}.dataset-content{display:grid;grid-template-columns:260px 1fr 1fr;gap:14px;align-items:start}@media(max-width:1180px){.dataset-content{grid-template-columns:1fr}.examples-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:12px}.card .card-title{font-size:.9rem;font-weight:750;margin-bottom:8px}.sig-sub{font-size:.85rem;margin-bottom:8px}.muted{color:var(--text-sub)}.mini-vis h4{font-size:.75rem;color:var(--text-sub);text-transform:uppercase;letter-spacing:.05em;margin:8px 0 6px}.mini-bar-row{display:flex;align-items:center;font-size:.85rem;margin:6px 0}.mini-bar-row>:first-child{width:200px;flex:0 0 30px;white-space:nowrap}.mini-bar{height:7px;width:80px;flex:0 0 70px;margin-left:auto;margin-right:12px;background:#e2e8f0;border-radius:999px;overflow:hidden}.mini-bar-row>:last-child{width:32px;flex:0 0 32px;text-align:right;font-variant-numeric:tabular-nums}.mini-bar-fill{height:100%;background:var(--text-sub);width:40%}.takeaways{padding-left:16px;font-size:.9rem;line-height:1.55;color:var(--text-sub)}.examples-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.example-card{border:1px solid var(--border);border-radius:var(--radius);padding:10px;background:#f8fafc;transition:all .15s ease}.example-card:hover{background:#fff;border-color:#c8102e59;box-shadow:0 2px 10px #0000000d}.ex-tag{font-size:.72rem;text-transform:uppercase;color:var(--primary);font-weight:800;margin-bottom:6px;letter-spacing:.03em}.ex-text{font-size:.86rem;color:var(--text-sub);line-height:1.4;height:2.8em;overflow:hidden;margin-bottom:8px}.btn-link{font-size:.82rem;font-weight:800;color:var(--primary);background:none;border:none;cursor:pointer;padding:0}.btn-link:hover{color:var(--primary-hover)}.dataset-collapsed .dataset-content,.dataset-collapsed .tabs{display:none}.dataset-collapsed{padding-bottom:12px}.workbench{display:flex;min-width:0;width:100%;height:calc(100vh - 60px);min-height:calc(100vh - 60px);max-height:calc(100vh - 60px);overflow-x:hidden}.input-panel{flex:0 0 34%;width:34%;min-width:315px;background:#f1f5f9;border-right:1px solid var(--border);display:flex;flex-direction:column;min-height:0;min-width:0}.input-scroll-area{flex:1;min-height:0;overflow:auto;padding:16px}.input-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:12px;margin-bottom:12px}.card-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.card-title-row{display:flex;align-items:center;gap:8px;min-width:0}.card-title{font-weight:800;font-size:.95rem}.badge{font-size:.75rem;padding:2px 8px;border-radius:999px;background:#e0f2fe;color:#0369a1;font-weight:750;display:none;white-space:nowrap;max-width:190px;overflow:hidden;text-overflow:ellipsis}.badge.visible{display:inline-block}.btn-icon{border:1px solid var(--border);background:#fff;border-radius:10px;padding:6px 9px;cursor:pointer;color:var(--text-sub);font-weight:900}.btn-icon:hover{color:var(--text-main);border-color:#cbd5e1}textarea{width:100%;min-height:150px;border:1px solid var(--border);border-radius:var(--radius);padding:12px;font-size:.95rem;resize:vertical;outline:none;line-height:1.4}textarea:focus{box-shadow:0 0 0 4px #c8102e1a}.meta-row{display:flex;justify-content:space-between;margin-top:8px;font-size:.8rem;color:var(--text-sub)}.hint{display:flex;gap:6px;align-items:center}.dot{width:8px;height:8px;border-radius:999px;background:#cbd5e1;display:inline-block}.btn-add{width:100%;padding:12px;border-radius:12px;border:1px dashed #94a3b8;background:transparent;color:#64748b;font-weight:800;cursor:pointer}.btn-add:hover{border-color:#64748b;color:var(--text-main);background:#eef2f7}.sticky-footer{flex-shrink:0;background:#fff;border-top:1px solid var(--border);padding:12px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;z-index:5}.status-text{font-size:.85rem;color:var(--text-sub);display:flex;align-items:center;gap:8px;min-width:160px;overflow-wrap:anywhere}.btn{border:none;border-radius:12px;padding:10px 14px;font-weight:850;cursor:pointer;transition:all .15s ease;font-size:.9rem}.btn-primary{background:var(--primary);color:#fff;opacity:.55;pointer-events:none}.btn-primary.active{opacity:1;pointer-events:auto}.btn-primary:hover{background:var(--primary-hover)}.btn-secondary{background:#fff;border:1px solid #cbd5e1;color:#64748b}.btn-secondary:hover{border-color:#94a3b8;color:var(--text-main)}.vis-panel{flex:1 1 auto;width:66%;min-width:0;background:#fff;display:flex;flex-direction:column;min-height:0;position:relative;overflow-x:hidden}.control-bar{flex-shrink:0;padding:10px 14px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:10px;background:#fffffff5;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:4;flex-wrap:wrap}.pill{border:1px solid var(--border);border-radius:999px;padding:6px 10px;font-size:.82rem;color:var(--text-sub);display:flex;align-items:center;gap:8px;background:#fff;white-space:nowrap;overflow-wrap:anywhere}.pill strong{color:var(--text-main)}.baseline-pill{gap:10px}.toggle{display:inline-flex;align-items:center;gap:8px;-webkit-user-select:none;user-select:none;cursor:pointer}.toggle input{width:16px;height:16px;cursor:pointer;accent-color:var(--primary)}.seg{display:flex;border:1px solid var(--border);border-radius:12px;overflow:hidden;background:#fff}.seg button{border:none;padding:8px 10px;cursor:pointer;background:#fff;color:var(--text-sub);font-weight:850;font-size:.82rem;min-width:92px}.seg button.active{background:#c8102e14;color:var(--text-main)}#sort-seg.hide{display:none}.chip-row{display:flex;gap:8px;align-items:center;flex-wrap:wrap;min-width:0}.chip{border:1px solid var(--border);background:#fff;border-radius:999px;padding:6px 10px;cursor:pointer;font-weight:850;font-size:.82rem;color:var(--text-sub);display:flex;align-items:center;gap:8px;-webkit-user-select:none;user-select:none;overflow-wrap:anywhere}.chip.active{border-color:#c8102e40;background:#f8fafc;color:var(--text-main)}.swatch{width:10px;height:10px;border-radius:999px;display:inline-block;background:var(--primary)}.swatch.c2{background:var(--success)}.swatch.c3{background:#2563eb}.chart-scroll-area{flex:1;min-height:0;overflow:auto;overflow-x:hidden;padding:14px;position:relative}.empty-state{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--text-sub);gap:10px;padding:28px}.empty-state h3{color:var(--text-main);font-size:1.2rem}.empty-state p{max-width:44ch;line-height:1.5}.not-found-page{min-height:100vh}.not-found-shell{min-height:calc(100vh - 60px);display:flex;align-items:center;justify-content:center;padding:28px 20px}.not-found-card{width:min(100%,620px);background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:32px}.not-found-kicker{display:inline-flex;align-items:center;height:30px;padding:0 12px;border:1px solid rgba(200,16,46,.22);border-radius:999px;background:#c8102e0f;color:var(--primary);font-size:.78rem;font-weight:850;letter-spacing:.05em}.not-found-card h1{margin-top:16px;color:var(--text-main);font-size:2rem;line-height:1.1;letter-spacing:0}.not-found-card p{margin-top:10px;color:var(--text-sub);font-size:1rem;line-height:1.6;max-width:54ch}.not-found-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.not-found-actions .btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.overview-grid{display:flex;align-items:stretch;gap:16px;min-width:0}@media(max-width:1180px){.overview-grid{flex-direction:column}}.radar-card,.highlights{min-width:0}.radar-card{flex:1.5;min-width:0;border:1px solid var(--border);border-radius:var(--radius);background:#f8fafc;padding:14px 16px 12px 18px;box-shadow:var(--shadow);display:flex;flex-direction:column;justify-content:center;overflow-x:visible}.radar-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.radar-title{font-size:clamp(18px,1.6vw,22px);font-weight:900}.radar-sub{font-size:clamp(12px,1.2vw,14px);color:var(--text-sub);line-height:1.35;max-width:50ch}.radar-wrap{width:100%;padding:0 16px;display:flex;justify-content:center;align-items:center;overflow:visible}.radar-wrap svg{overflow:visible}.highlights{flex:1;min-width:300px;border:1px solid var(--border);border-radius:var(--radius);background:#fff;padding:16px;box-shadow:var(--shadow);display:flex;flex-direction:column}.results-container{display:none}.dim-row{display:flex;align-items:center;gap:10px;padding:10px;border:1px solid #f1f5f9;border-radius:var(--radius);margin-bottom:10px;cursor:pointer;background:#fff;box-shadow:0 1px 2px #00000008}.dim-row:hover{border-color:#e2e8f0;background:#f8fafc}.dim-info{width:170px;display:flex;align-items:center;gap:8px;font-weight:850;font-size:.9rem;color:var(--text-main)}.dim-delta-pill{margin-left:6px;font-size:10px;padding:2px 6px;border-radius:999px;border:1px solid rgba(148,163,184,.55);opacity:.78;vertical-align:middle;white-space:nowrap}.info-icon{color:#94a3b8;font-weight:900;font-size:.85rem;border:1px solid #e2e8f0;width:18px;height:18px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#fff;flex-shrink:0}.dim-viz{flex:1;position:relative;height:40px;border-radius:var(--radius);overflow:hidden;background:#fff;border:1px solid #eef2f7}.baseline-line{position:absolute;top:8px;bottom:8px;width:2px;transform:translate(-1px);background:#94a3b8;border-radius:999px;opacity:.9;pointer-events:none}.bars-wrap{position:absolute;inset:6px;display:flex;flex-direction:column;justify-content:center;gap:4px;z-index:2;pointer-events:none}.user-bar{height:9px;border-radius:999px;width:0%;transition:width .65s ease;background:var(--primary)}.user-bar.c2{background:var(--success)}.user-bar.c3{background:#2563eb}.vals{width:120px;display:flex;justify-content:flex-end;gap:10px;font-weight:850;font-size:.86rem;color:var(--text-main)}.val{display:flex;gap:6px;align-items:center;color:var(--text-sub);font-weight:850;font-size:.82rem;min-width:34px;justify-content:flex-end}.val strong{color:var(--text-main)}.drawer-backdrop{position:fixed;inset:0;background:#0f172a59;display:none;align-items:stretch;justify-content:flex-end;padding:16px;overflow:hidden;z-index:90}.drawer{width:600px;max-width:min(600px,94vw);height:100%;max-height:calc(100vh - 32px);background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;overflow:hidden}.drawer-head{padding:14px 14px 10px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.drawer-title{display:flex;flex-direction:column;gap:4px;min-width:0}.drawer-title h3{font-size:1rem;font-weight:900;line-height:1.2}.drawer-title p{font-size:.86rem;color:var(--text-sub);line-height:1.35;overflow-wrap:anywhere}.drawer-body{padding:12px 14px 16px;overflow:auto;min-height:0}.kpi{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;margin:10px 0 14px}.kpi .k{border:1px solid #eef2f7;border-radius:var(--radius);padding:10px;background:#f8fafc}.k .label{font-size:.75rem;color:var(--text-sub);text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px;font-weight:900}.k .value{font-size:1.15rem;font-weight:950;display:flex;align-items:baseline;gap:10px;overflow-wrap:anywhere}.k .value span{font-size:.82rem;color:var(--text-sub);font-weight:850}.kpi-text{transition:all .15s ease}.kpi-text:hover{border-color:#e2e8f0;background:#fff;box-shadow:0 2px 10px #0000000d}.kpi-text.is-active{border-color:#c8102e59;background:#c8102e0f}.kpi-num{font-size:1.35rem;font-weight:950;line-height:1}.kpi-meta{display:flex;align-items:center;gap:8px;margin-left:auto;max-width:220px;min-width:0;padding:4px 8px;border:1px solid #eef2f7;border-radius:999px;background:#fff}.kpi-meta-text{font-size:.78rem;color:var(--text-sub);font-weight:850;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.signals{border:1px solid #eef2f7;border-radius:var(--radius);padding:10px;background:#fff}.signals h4{font-size:.8rem;font-weight:950;margin-bottom:8px}.sub2-wrap{display:grid;gap:10px;margin-top:6px}.sub2-row{display:grid;grid-template-columns:1fr 2fr;gap:10px;align-items:center}.sub2-name{font-size:.9rem;color:var(--text-sub);font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sub2-bar{height:10px;border-radius:999px;background:#eef2f7;overflow:hidden}.sub2-fill{height:100%;background:var(--primary);border-radius:999px}.subradar-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.subradar-title{font-size:.9rem;font-weight:900;color:var(--text-main)}.subradar-chart{border:1px solid #eef2f7;border-radius:var(--radius);background:#f8fafc;padding:10px}.subradar-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:10px}.subradar-cell{border:1px solid #eef2f7;border-radius:var(--radius);padding:8px 10px;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0}.subradar-k{font-size:.82rem;font-weight:850;color:var(--text-sub);min-width:0;white-space:normal;overflow:hidden;text-overflow:clip;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.subradar-v{font-size:.9rem;font-weight:950;color:var(--text-main);flex-shrink:0}.spacer{flex:1}.hide{display:none!important}svg{max-width:100%;height:auto;display:block}.axis-label{font-weight:730;cursor:pointer;paint-order:stroke;stroke:#f8fafcfa;stroke-width:7px;stroke-linejoin:round}.axis-label:hover{filter:brightness(.9)}.axis-label-logos{fill:var(--logos)}.axis-label-ethos{fill:var(--ethos)}.axis-label-pathos{fill:var(--pathos)}.axis-line{stroke:#dbe4ee;stroke-width:1}.grid-ring{fill:none;stroke:#dbe4ee;stroke-width:1}.poly-baseline{fill:none;stroke:#94a3b8;stroke-width:2;opacity:.9}.poly-1{fill:none;stroke:#c8102ef2;stroke-width:2}.poly-2{fill:none;stroke:#10b981f2;stroke-width:2}.poly-3{fill:none;stroke:#2563ebf2;stroke-width:2}.radar-hotspot{fill:transparent;cursor:pointer}.radar-group-bg{pointer-events:none;stroke:none}.radar-group-logos{fill:#76a7d407}.radar-group-ethos{fill:#dca8a807}.radar-group-pathos{fill:#9480bf07}.radar-group-tag-outer{opacity:1;font-size:18px;font-weight:780;letter-spacing:.04em;text-transform:uppercase;pointer-events:none}.radar-group-badge{pointer-events:none;stroke:none}.radar-group-badge-logos{fill:#76a7d414}.radar-group-badge-ethos{fill:#dca8a814}.radar-group-badge-pathos{fill:#9480bf14}.radar-group-tag-logos{fill:#3f6b94}.radar-group-tag-ethos{fill:#9f6767}.radar-group-tag-pathos{fill:#604987}.modal-backdrop{position:fixed;inset:0;background:#0f172a73;display:none;align-items:center;justify-content:center;padding:24px;z-index:80}.modal-backdrop.show{display:flex}.modal{width:720px;max-width:100%;max-height:80vh;background:#fff;border:1px solid var(--border);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 16px 48px #0000002e}.modal-head{padding:14px 14px 10px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.modal-title-wrap{display:flex;flex-direction:column;gap:4px}.modal-sub{margin:0;font-size:.86rem;color:var(--text-sub);line-height:1.35;overflow-wrap:anywhere}.modal-body{padding:14px;overflow:auto;color:var(--text-sub);font-size:.92rem;line-height:1.6}.modal-lede{color:var(--text-main);line-height:1.55;margin-bottom:14px}.modal-body h4{color:var(--text-main);font-size:.92rem;margin:12px 0 6px}.modal-body ul{padding-left:18px;margin:6px 0}.modal-body code{background:#f1f5f9;padding:2px 6px;border-radius:999px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.85rem;color:#334155}.about-group{border:1px solid #eef2f7;border-radius:var(--radius);background:#f8fafc;padding:12px;margin-top:12px}.about-group-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:10px}.about-group-head h4{margin:0;font-size:.88rem;letter-spacing:.04em;text-transform:uppercase}.about-group-head p{margin:0;font-size:.82rem;color:var(--text-sub);text-align:right}.about-dim-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.about-dim{border:1px solid #eef2f7;border-radius:var(--radius);background:#fff;padding:9px 10px}.about-dim-name{color:var(--text-main);font-weight:900;font-size:.84rem;margin-bottom:3px}.about-dim-desc{color:var(--text-sub);line-height:1.45;font-size:.84rem}.about-score-note{border-top:1px solid #eef2f7;margin-top:14px;padding-top:12px}.about-score-note h4{margin-top:0}.about-score-note p{margin:0}.pill,.chip,.ex-text,.drawer-title p,.kpi .value,.status-text{overflow-wrap:anywhere}.control-bar,.dataset-topbar{flex-wrap:wrap}.drawer-note{margin-top:12px;font-size:.82rem;color:var(--text-sub);line-height:1.5}.label-ring{stroke:#e2e8f0;stroke-width:1;fill:none;opacity:.9}.kpi-toprow{display:flex;align-items:center;justify-content:space-between;gap:10px}.kpi-toggle{display:inline-flex;align-items:center;gap:8px;-webkit-user-select:none;user-select:none;cursor:pointer;font-size:.78rem;color:var(--text-sub);font-weight:850;padding:4px 8px;border:1px solid #eef2f7;border-radius:999px;background:#fff}.kpi-toggle input{width:14px;height:14px;cursor:pointer;accent-color:var(--primary)}.sub2-wrap{display:flex;flex-direction:column;gap:12px}.subm-row{display:grid;grid-template-columns:220px minmax(0,1fr);column-gap:16px;align-items:center}.sub2-name{min-width:0;font-weight:700}.subm-bars{min-width:0;display:flex;flex-direction:column;gap:10px}.subm-bar{width:100%;height:18px;background:#e2e8f0;border-radius:999px;overflow:hidden}.subm-fill{height:100%;border-radius:999px}.subm-tag{display:flex;align-items:center;gap:8px;font-size:.78rem;color:var(--text-sub);font-weight:850}.subm-bar{height:10px;border-radius:999px;background:#eef2f7;overflow:hidden}.subm-fill{height:100%;border-radius:999px;width:0%;background:var(--primary)}.subm-fill.c2{background:var(--success)}.subm-fill.c3{background:#2563eb}.subm-cell{align-items:flex-start}.subm-values{display:flex;gap:10px;align-items:center;justify-content:flex-end;flex-shrink:0}.subm-v{display:flex;gap:6px;align-items:center;color:var(--text-sub);font-weight:850;font-size:.82rem}.subm-v strong{color:var(--text-main)}.drawer-chip{border:1px solid #eef2f7;background:#fff;border-radius:999px;padding:6px 10px;cursor:pointer;font-weight:900;font-size:.78rem;color:var(--text-sub);-webkit-user-select:none;user-select:none;line-height:1}.drawer-chip.active{border-color:#c8102e40;background:#c8102e14;color:var(--text-main)}.drawer-chip.disabled,.drawer-chip[aria-disabled=true]{opacity:.45;cursor:not-allowed}.ukp-mini-table{display:flex;flex-direction:column;gap:6px}.ukp-row{display:grid;grid-template-columns:120px repeat(3,minmax(0,1fr));gap:10px;align-items:center}.ukp-head{margin-bottom:2px}.ukp-row-label{font-size:.86rem;font-weight:800;color:var(--text-sub);white-space:nowrap}.ukp-col-head{text-align:right;font-size:.86rem;font-weight:800;color:var(--text-sub);white-space:nowrap}.ukp-cell{text-align:right;font-size:.86rem;font-weight:700;color:var(--text-main);white-space:nowrap;font-variant-numeric:tabular-nums}.ukp-col-head.text1{color:#c8102e}.ukp-col-head.text2{color:#1fb981}.ukp-col-head.text3{color:#2f6fe4}.ukp-cell.is-max{font-weight:900}.hl-title{font-weight:850;font-size:.9rem;margin-bottom:8px}.hl-grid{display:flex;flex-direction:column;gap:12px;flex:1}.hl-box{border:1px solid #eef2f7;border-radius:var(--radius);padding:14px 16px;background:#f8fafc}.hl-box h4{font-size:.75rem;text-transform:uppercase;color:var(--text-sub);letter-spacing:.05em;margin-bottom:8px}.hl-mini-table{display:flex;flex-direction:column;gap:4px}.hl-head,.hl-row{display:grid;grid-template-columns:120px 1fr;gap:10px;align-items:center}.hl-head{margin-bottom:2px}.hl-head-spacer{min-width:0}.hl-head-values,.hl-row-values{display:grid;grid-template-columns:repeat(var(--hl-cols, 3),minmax(0,1fr));gap:10px;align-items:center}.hl-row{padding-top:8px;border-top:1px dashed #e5e7eb;cursor:pointer}.hl-row:first-of-type{border-top:none;padding-top:0}.hl-row:hover{opacity:.92}.hl-row-label{font-size:.84rem;font-weight:800;color:var(--text-sub);line-height:1.2}.hl-box h4.text1,.hl-box h4.text2,.hl-box h4.text3{font-size:.84rem;font-weight:900;line-height:1.1;letter-spacing:0;text-transform:none;margin-bottom:8px}.hl-cell{text-align:right;font-size:.84rem;font-weight:700;color:var(--text-sub);white-space:nowrap;font-variant-numeric:tabular-nums}.hl-cell.is-max{color:var(--text-main);font-weight:900}.hl-text-box{margin-top:10px}.hl-text-box h4{margin-bottom:8px}.weighted-box{margin-top:12px}.hl-note{margin-top:12px;font-size:.86rem;color:var(--text-sub);line-height:1.5}.hl-top-grid{display:grid;grid-template-columns:1fr;gap:8px}.hl-top-card{border:1px solid #eef2f7;border-radius:12px;background:#fff;overflow:hidden}.hl-top-card-head{padding:8px 12px;font-size:.84rem;font-weight:900;border-bottom:1px dashed #e5e7eb;line-height:1.1}.hl-top-card-head.text1{color:#c8102e}.hl-top-card-head.text2{color:#1fb981}.hl-top-card-head.text3{color:#2f6fe4}.hl-box h4.text1{color:#c8102e}.hl-box h4.text2{color:#1fb981}.hl-box h4.text3{color:#2f6fe4}.hl-top-card-body{display:flex;flex-direction:column;gap:0}.hl-top-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;padding:8px 12px;cursor:pointer;border-top:1px dashed #e5e7eb}.hl-top-item:first-child{border-top:none}.hl-top-item:hover{opacity:.92}.hl-top-label{min-width:0;font-size:.84rem;font-weight:800;color:var(--text-sub);line-height:1.2}.hl-top-num{text-align:right;font-size:.84rem;font-weight:900;color:var(--text-main);white-space:nowrap;font-variant-numeric:tabular-nums}@media screen and (max-width:850px){html,body{height:auto!important;min-height:100vh;overflow-y:visible!important;-webkit-overflow-scrolling:touch}header{flex-direction:column;align-items:stretch;position:static;gap:12px;padding:16px;height:auto}.logo .title{font-size:1.15rem}.logo .subtitle{font-size:.82rem;line-height:1.3}.nav-links{width:100%;justify-content:flex-start;flex-wrap:wrap;gap:10px}.nav-links a{font-size:.85rem}#app{height:auto;overflow-y:visible}.workbench{height:auto!important;min-height:auto!important;max-height:none!important;flex-direction:column;border-right:none;overflow:visible}.dataset-section{width:100%;height:auto;padding:16px}.section-head .h{font-size:1.05rem}.section-head .p{font-size:.85rem;line-height:1.3}.tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;border-bottom:none;padding-bottom:0;margin-bottom:16px}.tab{border:1px solid var(--border);border-radius:8px;text-align:center;padding:8px 6px;font-size:.8rem;white-space:normal;line-height:1.25;display:flex;align-items:center;justify-content:center}.tab.active{background:#c8102e0f;border-color:#c8102e4d;border-bottom-width:1px}.mini-bar-row>:first-child{width:auto;flex:1 1 100px;white-space:normal;line-height:1.2;font-size:.8rem}.mini-bar{width:auto;flex:2 1 auto;margin-left:8px;margin-right:8px}.mini-bar-row>:last-child{flex:0 0 26px;font-size:.8rem}.examples-grid{grid-template-columns:1fr;gap:8px}.example-card{display:grid;grid-template-columns:1fr auto;gap:6px 12px;padding:10px 12px;align-items:center}.ex-tag{grid-column:1 / -1;margin-bottom:0;font-size:.7rem}.ex-text{grid-column:1;height:auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:0;font-size:.82rem}.btn-link{grid-column:2;margin-left:0;font-size:.8rem}.input-panel{width:100%;border-right:none;border-bottom:1px solid var(--border);max-height:none!important;overflow:visible}.input-scroll-area{overflow:visible;padding:16px}.sticky-footer{position:sticky;bottom:0;z-index:20;box-shadow:0 -4px 12px #00000014}.vis-panel{width:100%;min-height:auto;overflow:visible}.chart-scroll-area{overflow:visible;padding:16px;height:auto}.sticky-footer{position:static!important}.overview-grid{flex-direction:column;gap:16px}.control-bar{flex-wrap:wrap;gap:10px;height:auto;padding:12px 16px}.radar-wrap{text-align:center;overflow:visible}.radar-wrap svg{max-width:100%;height:auto}.dim-row{flex-direction:column;align-items:stretch;gap:8px;padding:14px}.dim-info{width:100%;flex-direction:row;justify-content:space-between;align-items:center!important}.dim-viz{width:100%;height:42px}.vals{width:100%;justify-content:space-between}.drawer-backdrop{align-items:flex-end}.drawer{width:100%!important;max-width:100%!important;height:85vh;border-radius:12px 12px 0 0;top:auto;bottom:0}.subm-row{grid-template-columns:1fr;row-gap:8px}.subradar-list{grid-template-columns:1fr}.subradar-cell{align-items:flex-start}.subradar-k{-webkit-line-clamp:3}.about-group-head{align-items:flex-start;flex-direction:column;gap:2px}.about-group-head p{text-align:left}.about-dim-grid{grid-template-columns:1fr}}
