.impact-page.svelte-vsu00b{max-width:1000px;margin:0 auto;padding:3rem 1.5rem 4rem}.page-header.svelte-vsu00b{text-align:center;margin-bottom:3rem}.header-eyebrow.svelte-vsu00b{font-family:var(--font-mono);font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;color:var(--primary)}.page-header.svelte-vsu00b h1:where(.svelte-vsu00b){font-family:var(--font-display);font-size:2.4rem;font-weight:700;color:var(--foreground);margin:.5rem 0 .75rem}.header-desc.svelte-vsu00b{color:var(--muted-foreground);font-size:1.05rem;font-style:italic;max-width:520px;margin:0 auto;line-height:1.6}.counters-grid.svelte-vsu00b{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-bottom:3rem}.counter-card.svelte-vsu00b{display:flex;flex-direction:column;align-items:center;gap:.35rem;padding:1.5rem 1rem;background:var(--card);border:1px solid var(--border);border-radius:12px;cursor:pointer;animation:card-enter .35s var(--ease-out) both;transition:all .2s;text-align:center}.counter-card.svelte-vsu00b:hover{border-color:var(--primary);transform:translateY(-3px);box-shadow:0 6px 20px #080c091a}.counter-card--active.svelte-vsu00b{border-color:var(--primary);background:oklch(from var(--primary) l c h / .06)}.counter-icon-svg{width:28px;height:28px;color:var(--primary)}.counter-value.svelte-vsu00b{font-family:var(--font-mono);font-size:1.6rem;font-weight:700;color:var(--foreground);letter-spacing:-.02em}.counter-label.svelte-vsu00b{font-size:.78rem;color:var(--muted-foreground);font-weight:500}.counter-articles.svelte-vsu00b{font-family:var(--font-mono);font-size:.65rem;color:var(--muted-foreground);opacity:.7}.chart-section.svelte-vsu00b{margin-bottom:3rem}.chart-header.svelte-vsu00b{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.section-title.svelte-vsu00b{font-family:var(--font-mono);font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted-foreground);margin:0}.clear-filter.svelte-vsu00b{font-family:var(--font-mono);font-size:.7rem;color:var(--muted-foreground);background:var(--accent);border:none;border-radius:4px;padding:3px 10px;cursor:pointer}.clear-filter.svelte-vsu00b:hover{color:var(--foreground)}.bar-chart.svelte-vsu00b{display:flex;align-items:flex-end;gap:4px;height:180px;padding:0 0 1.5rem;border-bottom:1px solid var(--border)}.bar-col.svelte-vsu00b{flex:1;display:flex;flex-direction:column;align-items:center;height:100%;justify-content:flex-end;position:relative}.bar.svelte-vsu00b{width:100%;max-width:40px;background:linear-gradient(to top,var(--primary),oklch(from var(--primary) calc(l + .08) c h));border-radius:4px 4px 0 0;transition:height .4s ease,opacity .2s}.bar-col.svelte-vsu00b:hover .bar:where(.svelte-vsu00b){filter:brightness(1.1);box-shadow:0 0 8px oklch(from var(--primary) l c h / .3)}.bar-tooltip.svelte-vsu00b{position:absolute;top:-8px;transform:translateY(-100%);font-family:var(--font-mono);font-size:.65rem;color:var(--foreground);background:var(--card);border:1px solid var(--border);padding:4px 8px;border-radius:4px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .15s;z-index:5;text-align:center;line-height:1.4}.bar-col.svelte-vsu00b:hover .bar-tooltip:where(.svelte-vsu00b){opacity:1}.bar-label.svelte-vsu00b{font-family:var(--font-mono);font-size:.6rem;color:var(--muted-foreground);margin-top:6px;position:absolute;bottom:0}.chart-empty.svelte-vsu00b{text-align:center;color:var(--muted-foreground);padding:2rem;font-size:.9rem}.table-section.svelte-vsu00b{margin-bottom:2rem}.table-section.svelte-vsu00b .section-title:where(.svelte-vsu00b){margin-bottom:1rem}.metrics-table.svelte-vsu00b{display:flex;flex-direction:column;gap:2px}.table-row.svelte-vsu00b{display:grid;grid-template-columns:2rem 1fr 2fr auto auto;gap:.75rem;align-items:center;padding:.65rem 1rem;background:var(--card);border-radius:6px}.row-icon-svg{width:18px;height:18px;color:var(--primary)}.row-name.svelte-vsu00b{font-size:.82rem;color:var(--foreground);font-weight:500}.row-bar-wrap.svelte-vsu00b{height:6px;background:var(--accent);border-radius:3px;overflow:hidden}.row-bar.svelte-vsu00b{display:block;height:100%;background:linear-gradient(90deg,var(--primary),oklch(from var(--primary) calc(l + .06) c h));border-radius:3px;transition:width .5s ease}.row-value.svelte-vsu00b{font-family:var(--font-mono);font-size:.85rem;font-weight:600;color:var(--foreground);text-align:right}.row-count.svelte-vsu00b{font-family:var(--font-mono);font-size:.7rem;color:var(--muted-foreground);text-align:right;min-width:2.5rem}.counters-grid.loading.svelte-vsu00b{margin-bottom:3rem}.counter-skeleton.svelte-vsu00b{height:130px;border-radius:12px;background:var(--accent);animation:svelte-vsu00b-pulse 1.5s ease-in-out infinite}@keyframes svelte-vsu00b-pulse{0%,to{opacity:.5}50%{opacity:.8}}.error-banner.svelte-vsu00b{text-align:center;padding:2rem;background:#e858540f;border:1px solid oklch(.65 .18 25 / .2);border-radius:10px;color:var(--foreground);font-size:.88rem}.error-banner.svelte-vsu00b p:where(.svelte-vsu00b){margin:0 0 .75rem}.retry-btn.svelte-vsu00b{font-family:var(--font-mono);font-size:.78rem;padding:6px 16px;background:var(--card);border:1px solid var(--border);border-radius:6px;color:var(--foreground);cursor:pointer;transition:border-color .15s}.retry-btn.svelte-vsu00b:hover{border-color:var(--primary)}.empty-state.svelte-vsu00b{text-align:center;padding:4rem 2rem;color:var(--muted-foreground)}.empty-icon.svelte-vsu00b{display:block;margin:0 auto 1rem}.trend-badge.svelte-vsu00b{font-family:var(--font-mono);font-size:.6rem;font-weight:600;padding:2px 6px;border-radius:4px;letter-spacing:.02em}.trend-badge--up.svelte-vsu00b{background:#a5eda62e;color:#005e15;color:oklch(.42 .15 145)}.trend-badge--down.svelte-vsu00b{background:#ffc7c12e;background:oklch(.88 .12 25 / .18);color:#b32228}.drill-section.svelte-vsu00b{margin-bottom:3rem}.drill-section.svelte-vsu00b .section-title:where(.svelte-vsu00b){margin-bottom:.85rem}.drill-loading.svelte-vsu00b{color:var(--muted-foreground);font-size:.85rem;padding:1rem}.drill-list.svelte-vsu00b{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}.drill-item.svelte-vsu00b{display:grid;grid-template-columns:5rem 1fr;gap:1rem;align-items:center;padding:.7rem 1rem;background:var(--card);border:1px solid var(--border);border-radius:8px;text-decoration:none;transition:border-color .15s}.drill-item.svelte-vsu00b:hover{border-color:var(--primary)}.drill-value.svelte-vsu00b{font-family:var(--font-mono);font-size:.85rem;font-weight:700;color:var(--primary)}.drill-title.svelte-vsu00b{font-size:.88rem;color:var(--foreground);line-height:1.4}@media(max-width:640px){.impact-page.svelte-vsu00b{padding:2rem 1rem 3rem}.page-header.svelte-vsu00b h1:where(.svelte-vsu00b){font-size:1.8rem}.counters-grid.svelte-vsu00b{grid-template-columns:repeat(2,1fr)}.table-row.svelte-vsu00b{grid-template-columns:1.5rem 1fr 1fr auto}.row-count.svelte-vsu00b{display:none}.bar-chart.svelte-vsu00b{height:140px}}
