:root{--fg:#1a1d24;--fg-muted:#5b6270;--fg-subtle:#8a92a0;--bg:#ffffff;--bg-alt:#f7f8fa;--bg-card:#fbfbfd;--border:#e3e6ec;--border-strong:#c8cdd6;--accent:#2c5b8c;--accent-soft:#e8f0f9;--hot:#c54a25;--hot-soft:#fff1ee;--warn:#b06a1f;--grp-a:#2c5b8c;--grp-a-mid:#4a7eb8;--grp-a-light:#d8e6f4;--grp-a-soft:#e8f0f9;--grp-a-deep:#b9cee5;--grp-b:#5a3c8c;--grp-b-mid:#7c5fa8;--grp-b-light:#ddd4f0;--grp-b-soft:#ede8f9;--grp-b-deep:#bdb0d8;--grp-c:#2c7a4d;--grp-c-mid:#4a9c70;--grp-c-light:#d4ebde;--grp-c-soft:#e8f4ee;--grp-c-deep:#b1d7bf}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","Hiragino Sans","Hiragino Kaku Gothic ProN","Noto Sans JP","Yu Gothic UI","Yu Gothic",Meiryo,sans-serif;color:var(--fg);background:#ebedf1;font-size:16px;line-height:1.6}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:8px;top:8px;background:var(--accent);color:white;padding:8px 12px;border-radius:4px;z-index:100}.page{max-width:1180px;margin:0 auto;padding:16px 12px 64px}.app-header{background:white;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:12px;padding:10px 14px;flex-wrap:wrap}.app-header .brand{font-weight:700;font-size:16px;color:var(--fg)}.app-header .brand-sub{font-size:11px;color:var(--fg-subtle)}.app-header nav{display:flex;gap:12px;font-size:14px}.app-header nav a{color:var(--fg-muted)}.app-header nav a.active{color:var(--accent);font-weight:600}.app-header .lang-switcher{margin-left:auto}.app-header .lang-switcher a{display:inline-block;padding:10px 14px;min-height:44px;border:1px solid var(--border-strong);border-radius:6px;font-size:13px;color:var(--fg);background:white}.app-header .lang-switcher a.active{background:var(--accent-soft);border-color:var(--accent);color:var(--accent);font-weight:700}footer.app-footer{margin-top:48px;padding:24px 16px;background:white;border-top:1px solid var(--border);font-size:12px;color:var(--fg-muted);text-align:center}.window{background:white;border:1px solid var(--border-strong);border-radius:10px;box-shadow:0 12px 40px rgba(0,0,0,0.08),0 2px 8px rgba(0,0,0,0.04);overflow:hidden}.app-body{padding:16px 14px 32px;background:white}.site-tagline{margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--border)}.site-tagline h1{font-size:20px;font-weight:800;line-height:1.45;margin:0 0 6px}.site-tagline h1 .em{color:var(--accent)}.site-tagline p{font-size:14px;color:var(--fg-muted);margin:0}.weekly-summary{background:#fbfcfe;border-left:3px solid var(--accent);padding:12px 14px;margin:0 0 20px;border-radius:6px}.weekly-summary-label{font-size:11px;font-weight:700;letter-spacing:0.5px;color:var(--fg-muted);margin-bottom:4px;text-transform:uppercase}.weekly-summary-text{font-size:14px;line-height:1.7;margin:0;color:var(--fg)}.sec-head{margin:24px 0 12px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.sec-head .num{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:var(--accent);color:white;font-size:12px;font-weight:700}.sec-head .title{font-size:17px;font-weight:700}.sec-head .hint{font-size:12px;color:var(--fg-muted);flex-basis:100%}.axis-hero{background:linear-gradient(180deg,#fbfcfe 0%,#ffffff 100%);border:1px solid var(--border);border-radius:10px;padding:14px;margin-bottom:22px}.axis-meta{display:flex;gap:18px;align-items:baseline;flex-wrap:wrap;margin-bottom:14px;font-size:13px}.axis-meta .period{font-weight:700;color:var(--fg)}.axis-meta .total{color:var(--fg-muted)}.axis-meta .total b{color:var(--fg);font-size:18px;font-weight:800;margin:0 2px}.axis-meta .total .up{color:var(--hot);font-weight:700}.axis-meta .total .down{color:var(--fg-subtle,var(--fg-muted));font-weight:700}.axis-meta .total .flat{color:var(--fg-muted);font-weight:700}.axis-meta .spike{color:var(--hot);font-weight:700}.axis-meta .axis-note{color:var(--fg-subtle);font-size:11.5px;margin-left:auto}.axis-bar{display:flex;height:38px;border-radius:6px;overflow:hidden;margin-bottom:14px;box-shadow:0 1px 3px rgba(0,0,0,0.05)}.axis-bar .seg{display:flex;align-items:center;justify-content:space-between;padding:0 14px;color:white;white-space:nowrap;overflow:hidden;font-size:12.5px;text-decoration:none;transition:filter 0.15s ease}.axis-bar .seg:hover{filter:brightness(1.06);cursor:pointer}.axis-bar .seg.a{background:linear-gradient(180deg,var(--grp-a-mid) 0%,var(--grp-a) 100%)}.axis-bar .seg.b{background:linear-gradient(180deg,var(--grp-b-mid) 0%,var(--grp-b) 100%)}.axis-bar .seg.c{background:linear-gradient(180deg,var(--grp-c-mid) 0%,var(--grp-c) 100%)}.axis-bar .seg .nm{font-weight:700}.axis-bar .seg .nm .lbl{display:inline-block;background:rgba(255,255,255,0.22);border-radius:3px;padding:1px 6px;margin-right:6px;font-size:11px;font-weight:800}.axis-bar .seg .pct{font-weight:800;font-size:13.5px}.axis-cards{display:flex;gap:10px;align-items:stretch}.ax-card{background:white;border:1px solid var(--border);border-radius:8px;padding:13px 14px 11px;position:relative;border-top:4px solid var(--border-strong);text-decoration:none;color:var(--fg);transition:transform 0.15s ease,box-shadow 0.15s ease;display:flex;flex-direction:column;min-width:0}.ax-card:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,0.06)}.ax-card.a{border-top-color:var(--grp-a);background:linear-gradient(180deg,#f8fbff 0%,#ffffff 60%)}.ax-card.b{border-top-color:var(--grp-b);min-width:130px}.ax-card.c{border-top-color:var(--grp-c);min-width:130px}.ax-card .ax-tag{position:absolute;top:-4px;right:12px;font-size:10.5px;font-weight:800;padding:2px 9px;border-radius:0 0 4px 4px;color:white;letter-spacing:0.04em}.ax-card.a .ax-tag{background:var(--grp-a)}.ax-card.b .ax-tag{background:var(--grp-b)}.ax-card.c .ax-tag{background:var(--grp-c)}.ax-card .ax-name{font-size:12.5px;font-weight:700;color:var(--fg);margin-top:2px}.ax-card .ax-count{font-size:26px;font-weight:800;line-height:1.1;margin:4px 0 2px;letter-spacing:-0.01em}.ax-card .ax-count small{font-size:11px;font-weight:500;color:var(--fg-muted);margin-left:2px}.ax-card .ax-delta{display:inline-block;font-size:11.5px;font-weight:700;padding:1px 6px;border-radius:3px}.ax-card .ax-delta.up{background:var(--hot-soft);color:var(--hot)}.ax-card .ax-delta.flat{background:var(--bg-alt);color:var(--fg-muted)}.ax-card .ax-delta.down{background:var(--bg-alt);color:var(--fg-subtle,var(--fg-muted))}.ax-card .ax-comment{font-size:12px;color:var(--fg);line-height:1.65;margin-top:10px;padding:10px 12px;background:var(--grp-a-soft);border-left:3px solid var(--grp-a);border-radius:4px;height:calc(1.65em * 2 + 20px);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ax-card.b .ax-comment{background:var(--grp-b-soft);border-left-color:var(--grp-b)}.ax-card.c .ax-comment{background:var(--grp-c-soft);border-left-color:var(--grp-c)}.ax-card .ax-comment .lead{display:block;font-weight:700;color:var(--fg);margin-bottom:4px;font-size:12.5px}.ax-card .ax-mini-sub{font-size:11.5px;color:var(--fg-muted);margin-top:auto;padding-top:8px}@media (max-width:900px){.axis-cards{flex-direction:column}.axis-cards .ax-card,.axis-cards .ax-card.a,.axis-cards .ax-card.b,.axis-cards .ax-card.c{flex:1 1 auto !important;min-width:0}.axis-cards .ax-card{display:grid;grid-template-columns:minmax(0,auto) minmax(0,1fr);column-gap:14px;row-gap:2px;align-items:start}.axis-cards .ax-card .ax-name{grid-column:1 / -1}.axis-cards .ax-card .ax-count{grid-column:1;grid-row:2;margin:4px 0 2px}.axis-cards .ax-card .ax-count + div{grid-column:1}.axis-cards .ax-card .ax-comment,.axis-cards .ax-card .ax-mini-sub{grid-column:2;grid-row:2 / span 10;align-self:start;margin-top:0}.axis-cards .ax-card .ax-mini-sub{text-align:right;align-self:end;padding-top:0}.axis-cards .ax-card.a,.axis-cards .ax-card.b,.axis-cards .ax-card.c{background:#ffffff}}@media (max-width:700px){.axis-bar{flex-direction:column;height:auto}.axis-bar .seg{width:100%;padding:8px 14px}.axis-bar .seg.a{background:linear-gradient( to right,var(--grp-a-mid) 0,var(--grp-a) var(--seg-pct,100%),var(--bg-alt) var(--seg-pct,100%),var(--bg-alt) 100%)}.axis-bar .seg.b{background:linear-gradient( to right,var(--grp-b-mid) 0,var(--grp-b) var(--seg-pct,100%),var(--bg-alt) var(--seg-pct,100%),var(--bg-alt) 100%)}.axis-bar .seg.c{background:linear-gradient( to right,var(--grp-c-mid) 0,var(--grp-c) var(--seg-pct,100%),var(--bg-alt) var(--seg-pct,100%),var(--bg-alt) 100%)}.axis-bar .seg .nm,.axis-bar .seg .pct{color:var(--fg);text-shadow:0 0 2px rgba(255,255,255,0.6)}}.axis-cue-wrap{text-align:center;margin:6px 0 22px}a.axis-cue{display:inline-block;padding:8px 18px;border:1px solid var(--border);border-radius:999px;background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);text-decoration:none;font-size:12px;color:var(--fg-muted);letter-spacing:0.04em;transition:transform 0.15s ease,box-shadow 0.15s ease,background 0.15s ease,border-color 0.15s ease}a.axis-cue:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,0.06);border-color:var(--border-strong);background:linear-gradient(180deg,#ffffff 0%,#f3f6fa 100%);text-decoration:none;color:var(--fg)}a.axis-cue:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.axis-cue b{color:var(--fg);font-weight:700}.axis-cue .arrow{display:inline-block;margin:0 6px 0 0;color:var(--fg-subtle);transition:transform 0.15s ease}a.axis-cue:hover .arrow{transform:translateY(2px)}.legend-strip{display:flex;gap:18px;flex-wrap:wrap;font-size:12px;color:var(--fg-muted);margin-bottom:10px}.legend-strip .key{display:inline-flex;align-items:center;gap:6px}.legend-strip .sw{width:12px;height:12px;border-radius:3px;display:inline-block}.legend-strip .sw.a{background:linear-gradient(135deg,var(--grp-a-soft),var(--grp-a-deep));border:1px solid var(--grp-a-deep)}.legend-strip .sw.b{background:linear-gradient(135deg,var(--grp-b-soft),var(--grp-b-deep));border:1px solid var(--grp-b-deep)}.legend-strip .sw.c{background:linear-gradient(135deg,var(--grp-c-soft),var(--grp-c-deep));border:1px solid var(--grp-c-deep)}.treemap{display:grid;grid-template-columns:repeat(24,1fr);grid-auto-rows:56px;grid-auto-flow:dense;overflow:hidden;gap:0;padding:0;border:1px solid var(--border);border-radius:8px;background:linear-gradient(180deg,#fbfcfe 0%,#ffffff 100%);margin-bottom:8px}.tcell{border-radius:6px;padding:10px 12px;overflow:hidden;text-decoration:none;color:var(--fg);display:flex;flex-direction:column;justify-content:space-between;transition:transform 0.15s ease,box-shadow 0.15s ease;position:relative;min-height:56px}.tcell:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,0.08)}.tcell{--count-ratio:0.5}.tcell.a{background:linear-gradient(135deg,color-mix(in srgb,var(--grp-a-deep) calc(var(--count-ratio) * 60%),var(--grp-a-soft)) 0%,color-mix(in srgb,var(--grp-a-deep) calc(var(--count-ratio) * 40%),var(--grp-a-light)) 100%);border:1px solid var(--grp-a-deep)}.tcell.b{background:linear-gradient(135deg,color-mix(in srgb,var(--grp-b-deep) calc(var(--count-ratio) * 60%),var(--grp-b-soft)) 0%,color-mix(in srgb,var(--grp-b-deep) calc(var(--count-ratio) * 40%),var(--grp-b-light)) 100%);border:1px solid var(--grp-b-deep)}.tcell.c{background:linear-gradient(135deg,color-mix(in srgb,var(--grp-c-deep) calc(var(--count-ratio) * 60%),var(--grp-c-soft)) 0%,color-mix(in srgb,var(--grp-c-deep) calc(var(--count-ratio) * 40%),var(--grp-c-light)) 100%);border:1px solid var(--grp-c-deep)}.tcell.hot{box-shadow:inset 0 0 0 2px var(--hot)}.tcell .tname{font-weight:700;font-size:13px;color:var(--fg);line-height:1.3}.tcell .tname.small,.tcell.small .tname{font-size:11.5px}.tcell .tlead{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.tcell.large .tlead{-webkit-line-clamp:3}.tcell .tkw{font-size:11px;color:var(--fg-muted);margin-top:4px;line-height:1.3}.tcell .tkw b{color:var(--fg);font-weight:600}.tcell .tfoot{display:flex;justify-content:space-between;align-items:flex-end;gap:4px}.tcell .tcount{font-size:11px;color:var(--fg-muted)}.tcell .tcount b{color:var(--fg);font-size:14px;margin-right:3px;font-weight:700}.tcell .ttrend{font-size:11px;font-weight:700}.tcell .ttrend.up{color:var(--hot)}.tcell .ttrend.flat{color:var(--fg-muted)}.tcell .ttrend.down{color:var(--fg-subtle,var(--fg-muted))}.tcell.large .tname{font-size:18px}.tcell.large .tcount b{font-size:22px}.tcell.large .tkw{font-size:12.5px}.hero{background:linear-gradient(180deg,#ffffff 0%,#f9fafb 100%);border:1px solid var(--border);border-radius:8px;padding:18px;margin-bottom:18px}.hero .hero-head{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:12px;margin-bottom:6px}.hero .htitle{font-size:14px;font-weight:600;color:var(--fg);flex:1 1 60%}.hero .htitle small{display:block;font-size:11px;font-weight:400;color:var(--fg-muted);margin-top:2px}.hero .seg{display:inline-flex;border:1px solid var(--border-strong);border-radius:4px;overflow:hidden}.hero .seg-btn{padding:4px 11px;font-size:12px;color:var(--fg-muted);background:white;border:none;border-right:1px solid var(--border);text-decoration:none;font-weight:500;cursor:pointer}.hero .seg-btn:last-child{border-right:none}.hero .seg-btn.active{background:var(--accent);border-color:var(--accent);color:white;font-weight:600}.hero .seg-btn.disabled,.hotwords .hw-range-btn.disabled,.panel-head .seg-mini .disabled{cursor:not-allowed;opacity:0.55;color:var(--fg-muted);background:rgba(0,0,0,0.03);border:1px dashed var(--border);pointer-events:none;user-select:none;display:inline-block;box-sizing:border-box;padding:3px 8px;font-size:11px;border-radius:4px;min-width:32px;text-align:center}.hero .seg-btn.disabled{padding:6px 14px;font-size:13px;min-width:40px}.hero .hero-sub{font-size:12px;color:var(--fg-muted);margin:6px 0 12px;line-height:1.6}.hero .hero-sub strong{color:var(--fg);font-weight:600}.hero .hero-chart{width:100%;height:auto}.hero .hero-chart svg{width:100%;height:auto;display:block}.hero .hero-legend{display:flex;flex-wrap:wrap;gap:14px;margin-top:12px;font-size:11px;color:var(--fg-muted)}.hero .key{display:inline-flex;align-items:center;gap:4px}.hero .sw{display:inline-block;width:10px;height:10px;border-radius:2px}.hero .sw.a{background:var(--grp-a-mid)}.hero .sw.b{background:var(--grp-b-mid)}.hero .sw.c{background:var(--grp-c-mid)}.hero .spike-key{color:var(--hot);font-weight:600}.hero .ts-spike-list{list-style:none;padding:0;margin:8px 0 0 0;display:flex;flex-wrap:wrap;gap:12px;font-size:11px;color:var(--hot)}.hero .ts-spike-marker{font-weight:700}.timeline{background:white;border:1px solid var(--border);border-radius:8px;padding:14px;margin-bottom:18px}.timeline .ts-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;font-size:13px;color:var(--fg-muted);flex-wrap:wrap;gap:8px}.timeline .ts-legend{font-weight:500}.timeline .ts-range{display:inline-flex;gap:4px}.timeline .ts-range-btn{padding:4px 10px;font-size:12px;color:var(--fg-muted);background:var(--bg-alt);border:1px solid var(--border);border-radius:4px;text-decoration:none}.timeline .ts-range-btn.active{background:var(--accent);border-color:var(--accent);color:white;font-weight:600}.timeline .timeline-chart{width:100%;height:auto;display:block}.timeline .ts-spike-list{list-style:none;padding:0;margin:8px 0 0 0;display:flex;flex-wrap:wrap;gap:12px;font-size:11px;color:var(--hot)}.timeline .ts-spike-marker{font-weight:700}.hotwords{background:white;border:1px solid var(--border);border-radius:8px;padding:14px;margin-bottom:18px}.hotwords .hw-range{display:inline-flex;gap:4px;margin-bottom:10px}.hotwords .hw-range-btn{padding:3px 8px;font-size:11px;color:var(--fg-muted);background:var(--bg-alt);border:1px solid var(--border);border-radius:4px;text-decoration:none}.hotwords .hw-range-btn.active{background:var(--accent);border-color:var(--accent);color:white;font-weight:600}.hotwords .hw-list{display:flex;flex-wrap:wrap;gap:10px;align-items:baseline;list-style:none;padding:0;margin:0}.hotwords .hw{display:inline-block;padding:0 4px;line-height:1.4;text-decoration:none}.hotwords .hw-hot{color:var(--hot);font-weight:700}.hotwords .hw-warm{color:#b06a1f;font-weight:600}.hotwords .hw-stable{color:var(--fg-muted)}.hotwords .hw-cool{color:var(--fg-subtle)}.hotwords .hw-legend{display:flex;flex-wrap:wrap;gap:14px;margin-top:12px;font-size:11px;color:var(--fg-subtle)}.hotwords .hw-legend-item{display:inline-flex;align-items:center;gap:4px}.hotwords .hw-dot{display:inline-block;width:8px;height:8px;border-radius:50%}.hotwords .hw-dot.hot{background:var(--hot)}.hotwords .hw-dot.warm{background:#b06a1f}.hotwords .hw-dot.stable{background:var(--fg-muted)}.hotwords .hw-dot.cool{background:var(--fg-subtle)}.article-list{list-style:none;padding:0;margin:0}.article-list > li{border-bottom:1px solid var(--border)}.article-list > li:last-child{border-bottom:none}.article-card .pill{display:inline-block;font-size:11px;font-weight:600;padding:1px 7px;border-radius:999px;white-space:nowrap}.article-card .pill.lang,.category-accordion-list .article-accordion .pill.lang{background:var(--bg-alt);color:var(--fg-muted)}.article-card .pill.translated,.category-accordion-list .article-accordion .pill.translated{background:var(--accent-soft);color:var(--accent)}.article-card .pill.pending,.category-accordion-list .article-accordion .pill.pending{background:var(--bg-alt);color:var(--warn);border:1px solid var(--warn)}.article-card .pill.extractive,.category-accordion-list .article-accordion .pill.extractive{background:var(--bg-alt);color:var(--fg-subtle);border:1px solid var(--border-strong)}.bottom-grid{display:grid;grid-template-columns:1.7fr 1fr;gap:22px;margin-top:4px}.articles-card,.tags-card{background:var(--bg-card,#fbfbfd);border:1px solid var(--border);border-radius:8px;padding:16px 18px}.panel-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px}.panel-head .ptitle{font-size:14px;font-weight:700}.panel-head .seg-mini{display:inline-flex;border:1px solid var(--border-strong);border-radius:4px;overflow:hidden}.panel-head .seg-mini button,.panel-head .seg-mini a{background:white;border:none;padding:3px 9px;font-size:11.5px;cursor:pointer;color:var(--fg-muted);border-right:1px solid var(--border);text-decoration:none;font-family:inherit}.panel-head .seg-mini button:last-child,.panel-head .seg-mini a:last-child{border-right:none}.panel-head .seg-mini button.active,.panel-head .seg-mini a.active{background:var(--accent);color:white}.panel-head .seg-mini button[disabled]{cursor:not-allowed;opacity:0.6}.panel-sub{font-size:11.5px;color:var(--fg-muted);margin:0 0 10px}.articles-card .article-list{list-style:none;padding:0;margin:0}.articles-card .article-list li{padding:11px 0;border-bottom:1px solid var(--border);display:flex;gap:10px;align-items:flex-start}.articles-card .article-list li:last-child{border-bottom:none}.articles-card .article-list .rank{font-size:14px;font-weight:800;color:var(--fg-muted);width:22px;flex-shrink:0;text-align:center;padding-top:2px}.articles-card .article-list .rank.top{color:var(--hot)}.articles-card .article-list .body{flex:1;min-width:0}.articles-card .article-list .meta{font-size:11.5px;color:var(--fg-muted);display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-bottom:2px}.articles-card .article-list .pill{font-size:10px;padding:1px 6px;border-radius:999px;font-weight:600}.articles-card .section4-accordion-list li{display:block}.articles-card .section4-article-summary{display:flex;gap:10px;align-items:flex-start;cursor:pointer;list-style:none;padding:0}.articles-card .section4-article-summary::-webkit-details-marker{display:none}.articles-card .section4-article-accordion{position:relative}.articles-card .section4-article-summary::after{content:"▾";position:absolute;right:0;top:11px;color:var(--fg-muted);font-size:11px;transition:transform 0.15s ease}.articles-card .section4-article-accordion[open] .section4-article-summary::after{transform:rotate(180deg)}.articles-card .section4-article-summary .body{padding-right:18px}.articles-card .section4-article-summary .title{display:block;font-size:13.5px;font-weight:600;color:var(--fg);line-height:1.4;margin-bottom:3px;text-decoration:none}.articles-card .section4-article-body{padding:8px 0 12px 32px;border-top:1px dashed var(--border);margin-top:8px;font-size:12.5px;line-height:1.55;color:var(--fg)}.articles-card .section4-article-body .article-summary,.articles-card .section4-article-body .article-excerpt{margin-bottom:10px}.articles-card .article-list .pill.cat-a,.category-accordion-list .article-accordion .pill.cat-a{background:var(--grp-a-soft);color:var(--grp-a)}.articles-card .article-list .pill.cat-b,.category-accordion-list .article-accordion .pill.cat-b{background:var(--grp-b-soft);color:var(--grp-b)}.articles-card .article-list .pill.cat-c,.category-accordion-list .article-accordion .pill.cat-c{background:var(--grp-c-soft);color:var(--grp-c)}.articles-card .article-list .title{display:block;font-size:13.5px;font-weight:600;color:var(--fg);line-height:1.4;margin-bottom:3px;text-decoration:none}.articles-card .article-list .title:hover{text-decoration:underline}.articles-card .article-list .summary{font-size:12px;color:var(--fg-muted);line-height:1.5}.articles-card .article-list .mentions{font-size:11px;color:var(--hot);font-weight:700;background:var(--hot-soft);padding:1px 6px;border-radius:3px;white-space:nowrap}.articles-card .article-list .mentions.normal{color:var(--fg-muted);background:var(--bg-alt);font-weight:600}.tags-card .tag-cloud{line-height:2.0;text-align:center;padding:14px 8px 6px;min-height:200px}.tags-card .tag-cloud span{display:inline-block;padding:0 7px;cursor:pointer;transition:transform 0.15s ease}.tags-card .tag-cloud span:hover{transform:scale(1.06)}.tags-card .tag-cloud .hot{color:var(--hot);font-weight:700}.tags-card .tag-cloud .warm{color:#b06a1f;font-weight:600}.tags-card .tag-cloud .stable{color:var(--accent)}.tags-card .tag-cloud .cool{color:var(--fg-subtle)}.tags-card .tag-legend{display:flex;gap:14px;justify-content:center;font-size:11px;color:var(--fg-muted);border-top:1px dashed var(--border);padding-top:8px;margin-top:8px}.tags-card .tag-legend .key{display:inline-flex;align-items:center;gap:4px}.tags-card .tag-legend .dot{width:8px;height:8px;border-radius:50%;display:inline-block}.tags-card .tag-legend .dot.hot{background:var(--hot)}.tags-card .tag-legend .dot.warm{background:#b06a1f}.tags-card .tag-legend .dot.stable{background:var(--accent)}.tags-card .tag-legend .dot.cool{background:var(--fg-subtle)}@media (max-width:640px){.bottom-grid{grid-template-columns:1fr;gap:14px}}@media (min-width:641px) and (max-width:900px){.bottom-grid{grid-template-columns:1fr;gap:16px}}.category-accordion-list{list-style:none;padding:0;margin:0}.article-accordion-item{border-bottom:1px solid var(--border)}.article-accordion{background:white}.article-accordion[open]{background:var(--bg-card);border-left:3px solid var(--accent)}.article-accordion-summary{padding:14px 8px 14px 12px;cursor:pointer;list-style:none;user-select:none;min-height:44px}.article-accordion-summary::-webkit-details-marker{display:none}.article-accordion-summary::after{content:"▾";float:right;color:var(--fg-muted);font-size:14px;margin-top:6px;transition:transform 0.15s ease}.article-accordion[open] .article-accordion-summary::after{transform:rotate(180deg)}.article-accordion-summary:hover{background:var(--bg-alt)}.article-accordion-summary .meta{font-size:12px;color:var(--fg-muted);display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-bottom:4px}.article-accordion-summary .source-name{font-weight:600;color:var(--fg)}.article-accordion-summary .title{font-size:16px;font-weight:700;line-height:1.45;margin:4px 0;color:var(--fg)}.article-accordion-summary .one-line{font-size:14px;color:var(--fg-muted);line-height:1.55;margin-top:4px}.article-accordion-summary .tags-row{display:flex;gap:6px;flex-wrap:wrap;margin-top:8px}.article-accordion-summary .tags-row .tag{background:var(--bg-alt);border:1px solid var(--border);border-radius:999px;padding:2px 8px;font-size:11px;color:var(--fg-muted)}.article-accordion-body{padding:8px 16px 18px 16px;border-top:1px solid var(--border)}.article-accordion-body .article-summary{font-size:14px;line-height:1.7;margin-bottom:12px;background:white;padding:12px 14px;border-radius:6px;border-left:3px solid var(--accent)}.article-accordion-body .article-actions{display:flex;gap:10px;flex-wrap:wrap}.article-accordion-body .action-link{display:inline-block;padding:10px 14px;min-height:44px;border-radius:6px;font-size:13px;font-weight:600;text-decoration:none}.article-accordion-body .action-link.permalink{background:var(--bg-alt);border:1px solid var(--border-strong);color:var(--fg-muted)}.article-accordion-body .action-link.source-external{background:var(--accent);color:white}.article-accordion-body .action-link:hover{text-decoration:none;opacity:0.92}.empty-state{padding:32px 16px;text-align:center;color:var(--fg-muted);font-size:14px;background:var(--bg-alt);border-radius:8px}.category-header{margin-bottom:16px}.category-header h1{font-size:22px;font-weight:800;margin:0 0 4px;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.category-header .group-pill{font-size:11px;padding:3px 10px;border-radius:999px;font-weight:700}.category-header .group-pill.a{background:var(--grp-a-soft);color:var(--grp-a)}.category-header .group-pill.b{background:var(--grp-b-soft);color:var(--grp-b)}.category-header .group-pill.c{background:var(--grp-c-soft);color:var(--grp-c)}.category-header .stats{font-size:13px;color:var(--fg-muted)}@media (min-width:641px) and (max-width:900px){.page{padding:24px 18px 72px}.app-body{padding:22px 22px 36px}.site-tagline h1{font-size:22px}.axis-cards{flex-wrap:wrap}.axis-cards .ax-card.a{flex:1 0 100% !important}.axis-cards .ax-card.b,.axis-cards .ax-card.c{flex:1 1 0 !important}.category-header h1{font-size:26px}}@media (min-width:901px){body{line-height:1.65}.page{padding:32px 24px 80px}.app-header{padding:12px 24px}.app-body{padding:26px 28px 36px}.site-tagline h1{font-size:24px}.timeline .timeline-chart{max-height:360px}.category-header h1{font-size:28px}}.legal-page{max-width:800px;margin:0 auto;padding:0 24px}.legal-hero{background:white;border-bottom:1px solid var(--border);padding:28px 0 22px}.legal-hero h1{margin:0 0 6px;font-size:22px;font-weight:700}.legal-hero .meta{font-size:12px;color:var(--fg-muted)}.legal-hero .meta code{background:var(--bg-alt);padding:1px 6px;border-radius:3px;font-size:11px}.toc{background:var(--bg-card,var(--bg-alt));border:1px solid var(--border);border-radius:8px;padding:14px 18px;margin:24px 0}.toc h2{margin:0 0 8px;font-size:13px;font-weight:700;color:var(--fg-muted)}.toc ol{margin:0;padding-left:22px;font-size:13px}.toc ol li{padding:3px 0}.toc ol li a{color:var(--accent);text-decoration:none}.toc ol li a:hover{text-decoration:underline}.legal-section{background:white;border:1px solid var(--border);border-radius:8px;padding:24px 28px;margin:18px 0}.legal-section h2{font-size:17px;font-weight:700;margin:0 0 4px;color:var(--fg)}.legal-section .section-sub{font-size:11.5px;color:var(--fg-muted);margin:0 0 14px}.legal-section h3{font-size:13.5px;font-weight:700;margin:18px 0 6px;color:var(--fg)}.legal-section p{margin:6px 0 10px;font-size:13px;line-height:1.7;color:var(--fg)}.legal-section ul{margin:4px 0 12px 0;padding-left:20px;font-size:13px;line-height:1.7}.legal-section ul li{padding:2px 0}.legal-section a{color:var(--accent)}.contact-form{background:var(--bg-alt);border:1px solid var(--border);border-radius:6px;padding:14px 16px;margin:12px 0}.contact-form .row{display:flex;gap:8px;align-items:baseline;margin:6px 0}.contact-form .row label{width:100px;font-size:11.5px;color:var(--fg-muted);font-weight:600}.contact-form .row input,.contact-form .row textarea,.contact-form .row select{flex:1;padding:5px 8px;border:1px solid var(--border-strong);border-radius:4px;font-size:12px;font-family:inherit}.contact-form .row textarea{resize:vertical;min-height:80px}.contact-form .cf-honeypot{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}.contact-form .actions{margin-top:10px;text-align:right}.contact-form .actions button{background:var(--accent);color:white;border:none;padding:6px 16px;border-radius:4px;font-size:12px;cursor:pointer}.contact-form .actions button:disabled{opacity:0.6;cursor:not-allowed}.contact-form .cf-status{margin-top:10px;font-size:12px;color:var(--fg-muted)}.contact-form .cf-status.cf-success{color:var(--grp-c,#2c7a4d)}.contact-form .cf-status.cf-error{color:var(--hot,#c54a25)}.back-to-top{text-align:center;margin:32px 0}.back-to-top a{display:inline-block;padding:8px 18px;border:1px solid var(--border);border-radius:999px;background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);text-decoration:none;font-size:12px;color:var(--fg-muted);letter-spacing:0.04em}.back-to-top a:hover{border-color:var(--border-strong);color:var(--fg)}.app-footer .footer-links{margin-bottom:6px}.app-footer .footer-links a{color:var(--fg-muted);text-decoration:none;margin:0 8px;font-size:11.5px}.app-footer .footer-links a:hover{color:var(--accent)}.app-footer .copy{margin-top:4px}.pagination{margin:32px 0 24px;display:flex;flex-direction:column;align-items:center;gap:8px}.pagination-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;justify-content:center;gap:4px;align-items:center}.pagination-item{display:inline-flex}.pagination-item a,.pagination-item span{display:inline-flex;align-items:center;justify-content:center;min-width:36px;min-height:36px;padding:0 10px;border:1px solid var(--border);border-radius:4px;text-decoration:none;color:var(--fg);font-size:14px;background:white;box-sizing:border-box}.pagination-item a:hover{border-color:var(--accent);color:var(--accent)}.pagination-item.pagination-current span{background:var(--accent);color:white;border-color:var(--accent);font-weight:600}.pagination-item.pagination-ellipsis{color:var(--fg-muted);user-select:none}.pagination-item.pagination-ellipsis,.pagination-item span[aria-disabled="true"]{border-color:transparent;background:transparent;color:var(--fg-muted)}.pagination-item.pagination-prev,.pagination-item.pagination-next{font-weight:500}.pagination-mobile{font-size:13px;color:var(--fg-muted);display:none}@media (max-width:480px){.pagination-mobile{display:block}.pagination-list .pagination-item:not(.pagination-prev):not(.pagination-next):not(.pagination-current){display:none}.pagination-list .pagination-ellipsis{display:none}}.crumb{font-size:13px;color:var(--fg-muted);margin:0 0 16px;display:flex;flex-wrap:wrap;align-items:center;gap:4px 8px}.crumb a{color:var(--accent);text-decoration:none;border-radius:4px}.crumb a:hover{text-decoration:underline}.crumb a:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.crumb span[aria-current="page"]{color:var(--fg);font-weight:600}.category-nav{margin:22px 0 26px}.category-nav h2{font-size:1.05rem;font-weight:700;color:var(--fg);margin:0 0 14px;letter-spacing:0.01em}.category-nav ul{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:12px}.cat-nav-link{display:inline-flex;align-items:center;gap:8px;padding:8px 8px 8px 13px;border:1px solid var(--grp-a-deep);border-left-width:3px;border-radius:999px;background:var(--accent-soft);text-decoration:none;color:var(--fg);font-size:0.875rem;font-weight:600;line-height:1.3;transition:box-shadow 0.15s ease,transform 0.15s ease,background-color 0.15s ease}.cat-nav-link:hover{background:var(--bg);box-shadow:0 2px 8px rgba(44,91,140,0.18)}.cat-nav-link:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.cat-nav-link.cat-a{border-left-color:var(--grp-a)}.cat-nav-link.cat-b{border-left-color:var(--grp-b)}.cat-nav-link.cat-c{border-left-color:var(--grp-c)}.cat-nav-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.6em;padding:1px 7px;border-radius:999px;background:var(--accent);color:#fff;font-size:0.75rem;font-weight:700;font-variant-numeric:tabular-nums}.related-categories{margin:30px 0 8px;padding-top:20px;border-top:1px solid var(--border)}.related-categories h2{font-size:1.05rem;font-weight:700;color:var(--fg);margin:0 0 14px;letter-spacing:0.01em}.related-categories ul{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:12px}.related-cat-link{display:inline-flex;align-items:center;gap:10px;padding:10px 12px 10px 15px;border:1px solid var(--grp-a-deep);border-left-width:3px;border-radius:10px;background:var(--accent-soft);text-decoration:none;color:var(--fg);transition:box-shadow 0.15s ease,transform 0.15s ease,background-color 0.15s ease}.related-cat-link:hover{background:var(--bg);box-shadow:0 2px 8px rgba(44,91,140,0.18)}.related-cat-link:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.related-cat-link.cat-a{border-left-color:var(--grp-a)}.related-cat-link.cat-b{border-left-color:var(--grp-b)}.related-cat-link.cat-c{border-left-color:var(--grp-c)}.related-cat-label{font-size:0.9rem;font-weight:600}.related-cat-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.6em;padding:1px 8px;border-radius:999px;background:var(--accent);color:#fff;font-size:0.75rem;font-weight:700;font-variant-numeric:tabular-nums}@media (prefers-reduced-motion:no-preference){.cat-nav-link:hover,.related-cat-link:hover{transform:translateY(-1px)}}@media (max-width:640px){.category-nav ul,.related-categories ul{gap:10px 10px}.cat-nav-link,.related-cat-link{min-height:44px}}.faq-section .faq-list{margin:12px 0 0}.faq-section .faq-q{font-weight:700;color:var(--fg);margin:16px 0 4px}.faq-section .faq-q::before{content:"Q. ";color:var(--accent);font-weight:700}.faq-section .faq-a{margin:0 0 4px;color:var(--fg-muted);line-height:1.7}.site-header{background:#16243d;color:#eef2f9;padding:22px 28px 26px;border-radius:10px;margin:0 0 20px}.site-header .hero-grid{display:grid;grid-template-columns:1.6fr 1fr;gap:28px;align-items:start}.site-header h1{margin:0;font-size:30px;line-height:1.35;font-weight:700;letter-spacing:0.3px;color:#eef2f9}.site-header h1 .accent{color:#8fb4ff}.site-header .totals-block{display:flex;flex-direction:column;gap:12px}.site-header .top-line{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.site-header .top-line .label{font-size:11px;color:rgba(255,255,255,0.55)}.site-header .top-line .total{font-size:30px;font-weight:700;margin-left:auto}.site-header .top-line .unit{font-size:11px;color:rgba(255,255,255,0.55)}.site-header .top-line .delta{font-size:12px;font-weight:600}.site-header .top-line .delta.up{color:#7fd6a0}.site-header .top-line .delta.down{color:#ff8d7a}.site-header .top-line .delta.flat{color:rgba(255,255,255,0.55)}.site-header .top-line .spike{font-size:12px;color:#ffd27a}.site-header .mono{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.site-header .axis-bar{margin-top:4px}.week-topics{margin:0 0 28px}.week-topics .wt-head{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;margin:0 0 14px}.week-topics .wt-title{margin:0;font-size:18px;font-weight:700;color:var(--fg)}.week-topics .wt-title .accent{color:var(--accent)}.week-topics .wt-meta{font-size:11.5px;color:var(--fg-subtle)}.topics-area{display:grid;grid-template-columns:repeat(10,1fr);gap:16px}.topics-area .topic-card:nth-child(1){grid-column:span 4}.topics-area .topic-card:nth-child(2){grid-column:span 3}.topics-area .topic-card:nth-child(3){grid-column:span 3}.topics-area .topic-card:nth-child(4){grid-column:span 5}.topics-area .topic-card:nth-child(5){grid-column:span 5}.topic-card{background:var(--bg-card);border:1px solid var(--border);border-left:4px solid var(--accent);border-radius:8px;padding:11px 16px 14px;display:flex;flex-direction:column;gap:10px}.topics-area .topic-card:nth-child(n + 4){background:var(--bg-alt);border-left-width:3px;padding:9px 14px 11px;gap:8px}.topic-card.cat-a{border-left-color:var(--grp-a)}.topic-card.cat-b{border-left-color:var(--grp-b)}.topic-card.cat-c{border-left-color:var(--grp-c)}.tc-head{display:flex;align-items:flex-start;align-content:flex-start;gap:10px;flex-wrap:wrap;min-height:46px}.tc-rank{font-size:24px;font-weight:800;color:var(--accent);line-height:1;min-width:24px}.topics-area .topic-card:nth-child(n + 4) .tc-rank{font-size:19px;color:var(--fg-subtle)}.tc-right{margin-left:auto;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.tc-cat-pill{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;font-weight:600;padding:3px 9px;border-radius:4px}.tc-cat-pill.cat-a{background:var(--grp-a-soft);color:var(--grp-a)}.tc-cat-pill.cat-b{background:var(--grp-b-soft);color:var(--grp-b)}.tc-cat-pill.cat-c{background:var(--grp-c-soft);color:var(--grp-c)}.tc-tag{font-size:12px;font-weight:600;color:var(--hot);background:var(--hot-soft);padding:3px 9px;border-radius:4px}.tc-title{font-size:14.5px;font-weight:700;line-height:1.42;color:var(--fg)}.topics-area .topic-card:nth-child(n + 4) .tc-title{font-size:12.5px;font-weight:600;color:var(--fg-muted)}.tc-summary{font-size:13px;color:var(--fg-muted);line-height:1.7}.tc-sample{font-size:11.5px;color:var(--fg-muted);border-left:2px solid var(--border);padding-left:8px;margin-top:2px}.tc-sample .sample-label{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;color:var(--fg-subtle);margin-right:6px;font-size:10px}.tc-foot{display:flex;align-items:center;gap:10px;margin-top:auto;flex-wrap:wrap;padding-top:8px;border-top:1px solid var(--border)}.tc-foot .count{display:inline-flex;align-items:baseline;gap:4px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:15px;font-weight:700;color:var(--fg)}.tc-foot .count .up{color:var(--grp-c);margin-right:1px}.tc-foot .count .dn{color:var(--hot);margin-right:1px}.tc-foot .count .unit{font-size:10.5px;color:var(--fg-subtle);font-weight:400}.tc-foot .count .delta{font-size:11.5px}.tc-foot .count .delta.up{color:var(--grp-c)}.tc-foot .count .delta.dn{color:var(--hot)}.tc-foot .src-label{font-size:10px;color:var(--fg-subtle)}.tc-foot .src-pill{display:inline-flex;align-items:center;gap:4px;font-size:10.5px;font-weight:600;padding:2px 7px;border-radius:4px}.tc-foot .src-pill.official{background:var(--accent-soft);color:var(--accent)}.tc-foot .src-pill.academic{background:var(--grp-b-soft);color:var(--grp-b)}.tc-foot .src-pill.specialty{background:var(--grp-c-soft);color:var(--grp-c)}.tc-foot .src-pill.community{background:var(--bg-alt);color:var(--fg-muted)}.tc-foot .src-pill .n{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-weight:700}@media (max-width:900px){.topics-area{grid-template-columns:1fr 1fr}.topics-area .topic-card:nth-child(1){grid-column:1 / -1}.topics-area .topic-card:nth-child(2),.topics-area .topic-card:nth-child(3),.topics-area .topic-card:nth-child(4),.topics-area .topic-card:nth-child(5){grid-column:auto}.site-header .hero-grid{grid-template-columns:1fr;gap:16px}.site-header h1{font-size:25px}}@media (max-width:640px){.site-header{padding:18px 18px 22px}.site-header h1{font-size:23px}.topics-area{grid-template-columns:1fr;gap:12px}.topics-area .topic-card:nth-child(1),.topics-area .topic-card:nth-child(2),.topics-area .topic-card:nth-child(3),.topics-area .topic-card:nth-child(4),.topics-area .topic-card:nth-child(5){grid-column:auto}}