@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;600;700;800&display=swap');
:root{--ink:#202938;--muted:#7b8493;--line:#e7eaf0;--bg:#f6f7fb;--blue:#3667dc;--blue-soft:#eef3ff;--green:#288469;--orange:#aa642a;--red:#b44747;--radius:12px;font-family:'Noto Sans KR',sans-serif;color:var(--ink);background:var(--bg);font-synthesis:none;font-size:16px}*{box-sizing:border-box}body{margin:0;font-size:14px;line-height:1.6}button,select,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer;color:inherit}a{color:inherit;text-decoration:none}button:disabled{cursor:not-allowed;opacity:.5}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #86a4ed;outline-offset:3px}h1,h2,h3,p{margin:0}h1{font-size:27px;font-weight:700;letter-spacing:-.8px;line-height:1.5}h2{font-size:17px;font-weight:600;letter-spacing:-.3px}h3{font-size:15px;font-weight:600}.muted{color:var(--muted)}.meta{font-size:12px;color:var(--muted)}[hidden]{display:none!important}.skip{position:fixed;left:16px;top:-80px;background:white;padding:12px;z-index:100}.skip:focus{top:12px}.sidebar{width:208px;position:fixed;inset:0 auto 0 0;background:#fff;border-right:1px solid var(--line);padding:24px 16px;display:flex;flex-direction:column;z-index:10}.logo{display:flex;align-items:center;gap:9px;font-size:25px;font-weight:800;letter-spacing:-.8px;padding:0 9px}.logo-mark{height:31px;width:31px;display:grid;place-items:center;background:var(--blue);color:white;border-radius:9px;font-size:29px;font-weight:600;line-height:1}.logo-dot{color:#97b1ed;font-size:7px;margin-left:-5px;margin-top:9px}.brand-switch{margin:29px 1px 23px;display:flex;gap:10px;align-items:center;border:1px solid var(--line);border-radius:9px;padding:11px 9px;background:#fafbfe}.brand-switch b{font-size:13px;letter-spacing:-.4px}.brand-switch small{display:block;font-size:10px;color:var(--muted);margin-top:2px}.avatar{width:31px;height:31px;border-radius:8px;background:#e9eef8;display:grid;place-items:center;color:#4165a5;font-weight:700;flex-shrink:0}.nav-label{font-size:11px;color:#9aA2ae;margin:21px 13px 8px;letter-spacing:.4px}.nav-link{display:flex;align-items:center;gap:11px;padding:11px 13px;border-radius:7px;color:#697485;margin-bottom:4px;font-size:14px}.nav-link svg{width:18px;height:18px;opacity:.85}.nav-link:hover{background:#f6f8fc}.nav-link[aria-current=page]{background:var(--blue-soft);color:var(--blue);font-weight:600}.nav-link .count{margin-left:auto;font-size:11px;padding:0 5px;background:#e4eaf6;border-radius:4px}.sidebar-bottom{margin-top:auto;padding:30px 12px 0}.connection{font-size:12px;color:#798593;display:flex;gap:7px;align-items:center}.connection i{width:6px;height:6px;border-radius:50%;background:#63aa91}.help-button{border:0;background:transparent;padding:18px 0;color:#798593;font-size:12px}.version{font-size:10px;color:#a8afba;letter-spacing:.5px}.app{margin-left:208px}.topbar{height:64px;background:#fff;border-bottom:1px solid var(--line);padding:0 30px;display:flex;align-items:center;justify-content:space-between;gap:20px}.topbar-left{display:flex;align-items:center;gap:14px;color:#8892a0;font-size:12px}.topbar-left strong{font-weight:500;color:#4e5c6f}.slash{color:#c0c6cf}.topbar-right{display:flex;align-items:center;gap:17px}.demo-tag{font-size:11px;background:#f5f7fb;color:#8290a5;border:1px solid #e9edf4;border-radius:5px;padding:4px 8px}.profile{border-radius:50%;height:29px;width:29px;display:grid;place-items:center;background:#edf1f7;font-size:11px;color:#63738a}.menu-toggle{display:none;background:none;border:0;font-size:20px}main{padding:27px 30px 36px;max-width:1660px;margin:auto;min-height:calc(100vh - 64px)}main:focus{outline:none}.heading-row{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px}.heading-row p{font-size:13px;color:var(--muted);margin-top:5px}.button{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:9px 13px;border:1px solid #dce2ec;border-radius:7px;background:white;font-size:13px;font-weight:500;min-height:39px;white-space:nowrap}.button svg{width:15px;height:15px}.button:hover{border-color:#a3b4d3;background:#f9fbff}.button.primary{background:var(--blue);color:#fff;border-color:var(--blue)}.button.primary:hover{background:#2e59c2}.text-button{border:0;background:transparent;color:var(--blue);padding:0;font-size:13px;cursor:pointer;display:inline-flex;gap:5px;align-items:center;text-align:left}.text-button svg{width:14px;height:14px}.filterbar{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:18px}.filter{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--line);border-radius:7px;padding:7px 10px;min-height:37px}.filter label{font-size:12px;color:#8b94a2}.filter select{border:0;background:transparent;font-size:13px;color:#4f5d70;max-width:185px;outline-offset:3px;padding:0 15px 0 0}.scope{margin-left:auto;display:flex;align-items:center;gap:6px;font-size:12px;color:#8a94a4}.scope b{font-weight:500;color:#53627b}.scope-chip{font-size:12px;color:#5372ad;background:#eef3ff;border-radius:5px;padding:3px 7px}.summary-strip{display:flex;align-items:center;gap:10px;margin-bottom:18px;color:#53657f;font-size:14px;line-height:1.7}.summary-symbol{height:24px;width:24px;display:grid;place-items:center;background:#e9f0ff;border-radius:7px;color:var(--blue);flex-shrink:0}.summary-strip strong{color:#2d477a;font-weight:600}.card{border:1px solid var(--line);background:#fff;border-radius:var(--radius);box-shadow:0 2px 3px #22375502;min-width:0;overflow:hidden}.card-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:20px 22px 0}.card-head p{font-size:12px;color:var(--muted);margin-top:5px}.main-comparison{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(285px,1fr);margin-bottom:20px}.trend-panel{padding:21px 23px 17px;min-width:0}.trend-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.info-button{border:1px solid #d7deeb;border-radius:50%;height:15px;width:15px;display:inline-grid;place-items:center;font-size:10px;color:#9aa5b7;background:#fff;margin-left:5px;vertical-align:middle;line-height:1}.metric-row{display:flex;align-items:baseline;gap:10px;margin:4px 0}.metric{font-size:37px;font-weight:700;letter-spacing:-1.3px;line-height:1.2;font-variant-numeric:tabular-nums}.metric span{font-size:23px;font-weight:500;margin-left:2px}.delta{font-size:13px;color:var(--green);background:#edf7f2;padding:2px 6px;border-radius:4px}.delta.down{color:var(--red);background:#fbefef}.metric-note{font-size:12px;color:#8893a3;margin-top:5px}.chart-legend{display:flex;align-items:center;gap:15px;flex-wrap:wrap;font-size:11px;color:#778398;margin-top:13px}.chart-legend span{display:flex;align-items:center;gap:6px}.chart-legend i{height:3px;width:13px;border-radius:2px;background:var(--c)}.trend-chart{display:block;width:100%;height:165px;margin-top:10px;overflow:visible}.trend-chart text{font-family:inherit;font-size:11px;fill:#9aa4b3}.ranking-panel{border-left:1px solid var(--line);padding:22px 20px 15px}.ranking-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.rank-row{display:grid;grid-template-columns:20px 28px minmax(0,1fr) auto;align-items:center;gap:8px;padding:9px 8px;margin:2px -7px;border-radius:7px}.rank-row.ours{background:#f0f4ff}.rank-num{font-size:12px;color:#9aa4b5;text-align:center}.brand-symbol{width:25px;height:25px;border:1px solid #e8ebf0;border-radius:6px;display:grid;place-items:center;background:#fff;color:var(--c);font-size:11px;font-weight:700}.brand-name{font-size:13px;font-weight:500}.ours .brand-name{color:var(--blue);font-weight:600}.rank-value{font-size:13px;font-weight:600;white-space:nowrap;font-variant-numeric:tabular-nums}.rank-value span{font-size:11px;font-weight:400;color:#94a0b1;margin-left:7px}.rank-footer{border-top:1px solid var(--line);margin-top:14px;padding-top:13px;font-size:12px;color:var(--muted);display:flex;align-items:center;justify-content:space-between}.lower-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(285px,1fr);gap:20px;margin-bottom:20px}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;text-align:left}th{font-size:12px;font-weight:500;color:#8994a6;background:#fafbfd;padding:12px 17px;border-bottom:1px solid var(--line);white-space:nowrap}td{padding:13px 17px;border-bottom:1px solid #eff1f5;font-size:14px}tr:last-child td{border-bottom:0}.matrix{margin-top:17px}.matrix th,.matrix td{padding:10px 12px;text-align:center}.matrix th:first-child,.matrix td:first-child{text-align:left;padding-left:22px}.matrix th{font-size:11px}.matrix td{font-size:13px}.matrix td:first-child{min-width:139px}.matrix .topic-link{font-size:13px;font-weight:500;color:#4e5e75}.matrix .topic-link small{font-size:10px;color:#9ba5b5;font-weight:400;margin-left:5px}.heat-cell{border:0;min-width:49px;border-radius:5px;font-size:12px;padding:5px 7px;font-variant-numeric:tabular-nums}.heat-cell.low{background:#fff3ea;color:#ac713f}.heat-cell.mid{background:#f0f3fa;color:#6d7f9d}.heat-cell.high{background:#eaf1ff;color:#426db9}.heat-cell:hover{outline:1px solid #92a6cc}.card-foot{font-size:11px;color:#9aa4b2;border-top:1px solid var(--line);padding:11px 22px}.task-card{padding:20px 22px}.task-card .task-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:7px}.task-row{display:flex;gap:11px;padding:18px 0;border-bottom:1px solid var(--line)}.task-row:last-of-type{border-bottom:0;padding-bottom:3px}.task-icon{height:29px;width:29px;display:grid;place-items:center;border-radius:8px;background:#fff2e7;color:#ac713f;flex-shrink:0}.task-icon.red{background:#fbefef;color:#b66c6c}.task-icon.blue{background:#edf2ff;color:#587fc8}.task-copy h3{font-size:14px;font-weight:600;line-height:1.6}.task-copy p{font-size:12px;color:#8994a5;line-height:1.7;margin:5px 0 8px}.task-copy .text-button{font-size:12px}.pill{display:inline-flex;align-items:center;gap:5px;border-radius:5px;padding:3px 7px;font-size:11px;white-space:nowrap;font-weight:500;background:#f1f4f8;color:#728196}.pill.blue{background:#edf3ff;color:#5577b9}.pill.green{background:#edf7f2;color:#398468}.pill.orange{background:#fff2e6;color:#ad7743}.pill.red{background:#fcf0f0;color:#b66b6b}.pill.purple{background:#f2eef9;color:#8c78b1}.source-strip{display:grid;grid-template-columns:1fr 1fr;gap:20px}.compact-card{padding:20px 22px;display:flex;align-items:center;justify-content:space-between;gap:20px}.compact-card p{font-size:12px;color:var(--muted);margin-top:5px}.compact-stat{font-size:24px;font-weight:700;color:#4e6488;font-variant-numeric:tabular-nums;white-space:nowrap}.compact-stat small{font-size:12px;font-weight:400;margin-left:5px}.tabs{display:flex;gap:25px;border-bottom:1px solid var(--line);margin-bottom:19px}.tab{border:0;background:none;color:#8994a6;font-size:14px;padding:10px 0 12px;position:relative}.tab[aria-selected=true]{font-weight:600;color:var(--blue)}.tab[aria-selected=true]:after{content:'';position:absolute;bottom:-1px;left:0;right:0;background:var(--blue);height:2px}.table-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 20px}.search-field{display:flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:7px;padding:7px 10px;max-width:360px;width:100%;color:#9da7b6}.search-field svg{width:16px;height:16px}.search-field input{border:0;background:transparent;outline:none;width:100%;font-size:13px}.table-toolbar select{border:1px solid var(--line);border-radius:6px;background:#fff;color:#738199;padding:7px;font-size:12px;max-width:170px}.query-cell{min-width:260px;max-width:530px}.query-button{border:0;background:none;text-align:left;padding:0;font-size:14px;font-weight:500;color:#3e526e;line-height:1.7}.query-button:hover{color:var(--blue)}.query-cell .meta{margin-top:5px;font-size:11px}.engine-cell{font-size:12px;display:inline-flex;align-items:center;gap:4px;border:0;background:#f1f4f8;color:#8e9ab0;border-radius:5px;padding:5px 7px}.engine-cell.yes{color:#4c71b8;background:#edf3ff}.tiny-bar{width:70px;background:#edf1f8;height:4px;border-radius:3px;margin-top:5px;overflow:hidden}.tiny-bar span{display:block;height:100%;background:#7497de}.data-value{font-variant-numeric:tabular-nums;font-weight:600;font-size:14px;white-space:nowrap}.clear-filter{background:#f0f4fc;border:0;color:#6b82ad;padding:5px 9px;border-radius:5px;font-size:12px}.empty{padding:55px 24px;text-align:center;color:#8794a9;font-size:14px}.empty .text-button{margin-top:12px}.analysis-columns{display:grid;grid-template-columns:1.4fr 1fr;gap:20px}.category-bars{padding:24px}.bar-row{margin-bottom:20px}.bar-row-head{display:flex;align-items:center;justify-content:space-between;font-size:13px;margin-bottom:7px}.bar-track{height:9px;background:#f0f3f7;border-radius:5px;overflow:hidden}.bar-track span{height:100%;display:block;background:var(--c);border-radius:5px}.source-count{font-size:32px;font-weight:700;padding:16px 24px 0}.source-count small{font-size:13px;font-weight:400;color:#8c97a8;margin-left:9px}.notes{font-size:12px;color:#8d97a7;line-height:1.9;padding:16px 22px;background:#fafbfd;border-top:1px solid var(--line)}.fact-row{display:grid;grid-template-columns:180px minmax(0,1fr) minmax(0,1fr) 100px;gap:22px;padding:20px 22px;align-items:start;border-bottom:1px solid var(--line)}.fact-row:last-child{border-bottom:0}.fact-row p{font-size:14px;color:#62728a;line-height:1.8}.fact-row h3{margin:8px 0}.fact-row .fact-label{font-size:11px;color:#9ca7b8;display:block;margin-bottom:7px}.fact-row .official{color:#476c9c}.fact-row .button{align-self:center;font-size:12px}.section-subtitle{font-size:14px;color:#8994a5;margin-bottom:20px}.content-card{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:17px;align-items:center;padding:22px;border-bottom:1px solid var(--line)}.content-card:last-child{border-bottom:0}.file-icon{width:40px;height:46px;display:grid;place-items:center;border:1px solid #e2e8f2;border-radius:8px;color:#6990d1;background:#f8faff}.file-icon svg{width:21px}.content-card h3{font-size:15px;margin:4px 0}.content-card p{font-size:13px;color:#8a96a8;line-height:1.8}.content-card .content-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;font-size:11px;color:#9aa5b6}.page-note{font-size:11px;color:#9ba5b4;display:flex;justify-content:space-between;gap:16px;margin-top:22px}.page-note .text-button{font-size:11px;color:#8293b0}dialog{margin:0 0 0 auto;height:100dvh;max-height:100dvh;width:760px;max-width:100%;border:0;border-left:1px solid #e0e6ef;padding:0;background:#fff;color:var(--ink);box-shadow:-12px 0 60px #20315220}dialog::backdrop{background:#182b4c45;backdrop-filter:blur(2px)}.drawer-head{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:20px 28px;border-bottom:1px solid var(--line);position:sticky;top:0;background:#fff;z-index:1}.drawer-head h2{font-size:15px;color:#73819a;font-weight:500}.close{width:30px;height:30px;border:0;border-radius:6px;background:#f4f6fa;font-size:23px;color:#98a4b5;display:grid;place-items:center}.drawer-body{padding:25px 28px 30px}.drawer-question{font-size:22px;font-weight:600;line-height:1.65;letter-spacing:-.6px;margin:12px 0 20px}.drawer-label{font-size:12px;color:#8796ac}.engine-tabs{display:flex;gap:8px;margin-bottom:22px;flex-wrap:wrap}.engine-tab{border:1px solid var(--line);background:#fff;border-radius:7px;padding:9px 12px;flex:1;min-width:110px;text-align:left;font-size:13px}.engine-tab[aria-pressed=true]{border-color:#8fa9e4;background:#f2f6ff;color:#4970bb}.engine-tab small{display:block;font-size:11px;color:#94a2b7;margin-top:4px}.answer-box{border:1px solid var(--line);border-radius:10px;background:#fafbfe;padding:22px;font-size:16px;line-height:1.95;color:#50617d}.answer-box mark{background:#e0eaff;color:#2e5aaf;padding:1px 3px;border-radius:3px}.answer-box .answer-header{display:flex;align-items:center;justify-content:space-between;font-size:13px;color:#7e8da4;margin-bottom:17px}.answer-box .answer-header strong{font-size:14px;font-weight:600;color:#4b5f7e}.source-list{font-size:12px;color:#8391a7;border-top:1px solid #e6eaf2;margin-top:20px;padding-top:13px}.source-list ul{padding-left:18px;margin:10px 0 0}.source-list li{margin:5px 0}.drawer-verdict{font-size:14px;line-height:1.85;padding:20px 0}.drawer-verdict b{font-weight:600}.drawer-verdict p{font-size:13px;color:#8e9bb0;margin-top:6px}.drawer-action{background:#f4f7fc;border:1px solid #e7edf8;border-radius:10px;padding:20px}.drawer-action h3{font-size:15px}.drawer-action p{color:#8390a6;font-size:13px;line-height:1.85;margin:7px 0 14px}.source-reference{border:1px solid var(--line);border-radius:8px;padding:17px;font-size:14px;color:#677991;line-height:1.85;margin:18px 0}.source-reference strong{color:#4a6384;font-size:13px}.editor-label{display:block;font-size:14px;margin:21px 0 9px;color:#5d6e86;font-weight:500}textarea{display:block;width:100%;resize:vertical;border:1px solid #d8e1ee;border-radius:8px;padding:17px;font-size:15px;line-height:1.9;color:#465d7c;min-height:270px}.check-row{display:flex;gap:9px;margin:16px 0;font-size:13px;color:#7c8da7;align-items:flex-start}.check-row input{accent-color:var(--blue);margin-top:5px;flex-shrink:0}.editor-actions{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:20px}.compare-answers{display:grid;grid-template-columns:1fr 1fr;gap:16px}.compare-answers article{background:#f6f8fb;border:1px solid var(--line);border-radius:9px;padding:18px}.compare-answers article.new{background:#f3f7ff;border-color:#ccd9f3}.compare-answers p{font-size:14px;color:#667a96;line-height:1.85;margin-top:13px}.compare-answers h3{font-size:13px}.modal-copy{font-size:14px;line-height:1.9;color:#7a8aa2}.modal-copy p{margin-bottom:15px}.modal-copy ul{padding-left:20px}.inline-count{font-size:12px;color:#8393af;padding:9px 0}#toast{position:fixed;bottom:26px;left:calc(50% + 80px);transform:translateX(-50%);background:#283d61;color:#fff;box-shadow:0 4px 24px #20365325;padding:12px 20px;border-radius:8px;font-size:13px;max-width:calc(100% - 32px);opacity:0;pointer-events:none;transition:opacity .2s;z-index:30}#toast.show{opacity:1}
@media(min-width:1600px){main{padding:32px 42px}.trend-chart{height:200px}.matrix th,.matrix td{padding:13px 15px}.task-row{padding:22px 0}}
@media(max-width:1180px){.sidebar{width:185px;padding:23px 12px}.app{margin-left:185px}.logo{font-size:23px;gap:7px}.brand-switch{padding:10px 7px;gap:7px}.brand-switch b{font-size:12px}.brand-switch small{font-size:9px}.topbar{padding:0 24px}main{padding:24px}.main-comparison{grid-template-columns:minmax(0,1.4fr) minmax(260px,1fr)}.ranking-panel{padding:21px 17px}.trend-panel{padding:21px 20px}.lower-grid{grid-template-columns:minmax(0,1.4fr) minmax(260px,1fr);gap:16px}.matrix td,.matrix th{padding:10px 6px}.matrix td:first-child,.matrix th:first-child{padding-left:16px}.matrix td:first-child{min-width:122px}.matrix .topic-link{font-size:12px}.heat-cell{min-width:40px;padding:5px}.card-head{padding:18px 17px 0}.task-card{padding:18px 17px}.task-icon{display:none}.brand-name{font-size:12px}.rank-value span{display:none}.source-strip{gap:16px}.fact-row{grid-template-columns:140px 1fr 1fr;gap:17px}.fact-row .button{grid-column:3;justify-self:end}.scope{margin-left:0}.compact-card{padding:18px}.content-card p{max-width:490px}}
@media(max-width:960px){.sidebar{width:173px}.app{margin-left:173px}main{padding:22px}.nav-link{padding:11px;font-size:13px;gap:8px}.brand-switch .avatar{display:none}.logo{font-size:21px}.logo-mark{height:27px;width:27px;font-size:26px}.main-comparison{grid-template-columns:minmax(0,1.2fr) minmax(235px,1fr)}.metric{font-size:33px}.ranking-panel{padding:20px 14px}.ranking-heading{display:block;margin-bottom:13px}.ranking-heading .meta{margin-top:4px}.rank-row{gap:6px;grid-template-columns:15px 23px 1fr auto}.brand-symbol{width:23px;height:23px}.rank-footer{font-size:11px}.lower-grid{grid-template-columns:1fr}.task-card{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.task-card .task-header{grid-column:1/-1;margin-bottom:0}.task-row{padding:0;border-bottom:0;border-right:1px solid var(--line);padding-right:13px}.task-row:last-of-type{border:0;padding:0}.task-copy h3{font-size:13px}.matrix td,.matrix th{padding:11px 10px}.matrix td:first-child,.matrix th:first-child{padding-left:20px}.matrix .topic-link{font-size:13px}.source-strip{grid-template-columns:1fr 1fr}.compact-card{display:block}.compact-stat{margin-top:11px}.analysis-columns{grid-template-columns:1fr}.table-wrap th,.table-wrap td{padding:12px 13px}.fact-row{grid-template-columns:1fr 1fr}.fact-row>div:first-child{grid-column:1/-1;display:flex;gap:12px;align-items:center}.fact-row h3{margin:0}.fact-row .button{grid-column:2}.content-card{grid-template-columns:36px 1fr}.content-card .button{grid-column:2;justify-self:start}.filter select{max-width:165px}.summary-strip{font-size:13px}}
@media(max-width:760px){.sidebar{transform:translateX(-100%);width:220px;box-shadow:10px 0 30px #21365625;transition:transform .2s}.sidebar.open{transform:translateX(0)}.sidebar .brand-switch .avatar{display:grid}.sidebar .brand-switch b{font-size:13px}.sidebar .brand-switch small{font-size:11px}.sidebar .logo{font-size:25px}.sidebar .nav-link{font-size:14px}.app{margin-left:0}.topbar{height:57px;padding:0 20px}.menu-toggle{display:block}.topbar-left{gap:10px}.topbar-left>span:not(.slash){display:none}.topbar-left .slash{display:none}.topbar-right{gap:10px}.demo-tag{font-size:10px}.profile{display:none}main{padding:22px 20px}.heading-row{margin-bottom:18px}.heading-row h1{font-size:25px}.heading-row p{font-size:12px}.heading-row .button{font-size:12px}.main-comparison{grid-template-columns:minmax(0,1.35fr) minmax(230px,1fr)}.summary-strip{align-items:flex-start;font-size:13px}.scope{width:100%;margin:3px 0 0}.filter label{font-size:11px}.filter select{font-size:12px;max-width:160px}.trend-title h2,.ranking-heading h2{font-size:15px}.trend-panel{padding:19px}.ranking-panel{padding:19px 14px}.metric{font-size:31px}.delta{font-size:11px}.chart-legend{gap:9px;font-size:10px}.trend-chart{height:153px}.metric-note{font-size:11px}.rank-row{padding:9px 5px}.rank-value{font-size:12px}.rank-footer{flex-wrap:wrap;gap:6px}.rank-footer .text-button{font-size:11px}.table-toolbar{flex-wrap:wrap;padding:14px 17px}.search-field{max-width:none}.tabs{gap:22px}.tab{font-size:13px}.page-note{display:block;font-size:11px}.page-note .text-button{margin-top:9px}.source-strip{gap:14px}.fact-row{padding:20px}.drawer-head{padding:17px 20px}.drawer-body{padding:23px 20px}.drawer-question{font-size:20px}.compare-answers{grid-template-columns:1fr}#toast{left:50%}.editor-actions{flex-direction:column;align-items:stretch}.content-card{padding:20px}}
@media(max-width:560px){.main-comparison{display:block}.ranking-panel{border-left:0;border-top:1px solid var(--line);padding:19px 21px}.ranking-heading{display:flex}.brand-name{font-size:14px}.rank-value{font-size:14px}.rank-value span{display:inline}.rank-row{grid-template-columns:18px 27px 1fr auto;padding:9px 7px}.brand-symbol{width:26px;height:26px}.trend-panel{padding:21px}.trend-chart{height:170px}.metric{font-size:36px}.delta{font-size:12px}.chart-legend{font-size:11px;gap:14px}.task-card{display:block;padding:20px}.task-row{padding:16px 0;border-right:0;border-bottom:1px solid var(--line)}.task-row:last-of-type{padding-top:16px}.task-icon{display:grid}.task-copy h3{font-size:14px}.source-strip{grid-template-columns:1fr}.compact-card{display:flex}.compact-stat{margin:0}.filter{padding:6px 8px}.filter select{max-width:143px}.heading-row .button{min-height:35px;padding:7px 9px}.heading-row p{max-width:250px}.matrix{min-width:455px}.matrix th:first-child,.matrix td:first-child{position:sticky;left:0;background:#fff;box-shadow:2px 0 5px #21314a04}.matrix th:first-child{background:#fafbfd}.card-head h2{font-size:16px}.fact-row{display:block}.fact-row>div{margin-bottom:17px}.fact-row>div:first-child{display:flex;flex-wrap:wrap}.fact-row .button{width:100%}.filterbar{gap:7px}.engine-tab{min-width:calc(50% - 4px)}.drawer-action .button{white-space:normal;width:100%}.answer-box{padding:18px}.summary-strip{margin-top:2px}.demo-tag{max-width:185px;white-space:nowrap}.analysis-columns .category-bars{padding:20px}}
/* Working labels stay legible; smaller styling is reserved for decorative marks. */
.nav-label,.version,.brand-switch small,.demo-tag,.chart-legend,.metric-note,.card-foot,.meta,.page-note,.page-note .text-button,.scope,.filter label,.pill,.query-cell .meta,.task-copy p,.task-copy .text-button,.rank-num,.rank-value span,.fact-row .fact-label,.content-card .content-meta,.engine-tab small,.source-list,.help-button{font-size:12px}
.nav-link,.filter select,.ranking-heading h2,.trend-title h2,.brand-name,.rank-value,.matrix .topic-link,.heat-cell,.engine-cell,.query-button,.bar-row-head,.task-copy h3,.button,.tab{font-size:14px}
.matrix th,.matrix .topic-link small{font-size:12px}.matrix{min-width:470px}.rank-row{min-height:41px}.rank-footer{font-size:12px}.card-head p,.table-toolbar select,.search-field input{font-size:13px}
@media(max-width:1180px){.brand-switch small{font-size:10px}.brand-switch b{font-size:12px}.brand-name{font-size:13px}.matrix .topic-link{font-size:13px}.matrix{min-width:470px}.heat-cell{font-size:13px}}
@media(max-width:760px){.brand-switch small{font-size:12px}.demo-tag{font-size:11px}.brand-name{font-size:13px}.filter select{font-size:13px}.matrix .topic-link{font-size:14px}.heat-cell{font-size:14px}}
@media(max-width:560px){.brand-name{font-size:14px}.demo-tag{font-size:10px}.heading-row{align-items:flex-start}.heading-row .button{font-size:12px}}
:root{--muted:#68778d}.meta,.metric-note,.chart-legend,.card-foot,.scope,.filter label,.page-note,.rank-footer,.card-head p,.task-copy p,.content-card p,.fact-row .fact-label,.source-list,.notes,.editor-actions>.meta,.drawer-label,.drawer-action p,.modal-copy,.check-row{color:#68778d}.trend-chart text{fill:#7a879b;font-size:12px}
@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}
