.metric-card.svelte-qljwha{background:var(--bg-card);border:1px solid var(--border-main);border-radius:var(--radius-xl, 20px);padding:1.5rem;display:flex;flex-direction:column;gap:1rem;transition:border-color .2s ease,box-shadow .2s ease}.metric-card--expanded.svelte-qljwha{border-color:var(--accent-primary);box-shadow:0 8px 24px #00000040}.metric-card__header.svelte-qljwha{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.metric-title.svelte-qljwha{font-size:1.05rem;font-weight:700;color:var(--text-title);margin:0 0 .3rem;line-height:1.3}.metric-desc.svelte-qljwha{font-size:.82rem;color:var(--text-muted);margin:0;line-height:1.4}.metric-card__value.svelte-qljwha{display:flex;flex-direction:column;align-items:flex-end;text-align:right;flex-shrink:0}.metric-percent.svelte-qljwha{font-size:1.35rem;font-weight:800;line-height:1.1}.metric-fraction.svelte-qljwha{font-size:.78rem;color:var(--text-muted)}.progress-bar-track.svelte-qljwha{width:100%;height:8px;background:var(--bg-surface);border-radius:var(--radius-full, 9999px);overflow:hidden}.progress-bar-fill.svelte-qljwha{height:100%;border-radius:var(--radius-full, 9999px);transition:width .4s ease}.metric-card__actions.svelte-qljwha{display:flex;align-items:center;justify-content:flex-start}.toggle-missing-btn.svelte-qljwha{display:inline-flex;align-items:center;gap:.4rem;background:var(--bg-surface);border:1px solid var(--border-main);border-radius:var(--radius-sm, 6px);color:var(--text-main);padding:.4rem .85rem;font-size:.82rem;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease}.toggle-missing-btn.svelte-qljwha:hover{border-color:var(--accent-primary);color:var(--text-title)}.all-filled-badge.svelte-qljwha{display:inline-flex;align-items:center;gap:.4rem;color:#10b981;font-size:.82rem;font-weight:600}.missing-items-container.svelte-qljwha{margin-top:.5rem;padding-top:1rem;border-top:1px solid var(--border-main);display:flex;flex-direction:column;gap:.85rem}.missing-search.svelte-qljwha{position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:.75rem;color:var(--text-muted);pointer-events:none}.search-input.svelte-qljwha{width:100%;padding:.5rem .75rem .5rem 2.25rem;border-radius:var(--radius-sm, 6px);background:var(--bg-surface);border:1px solid var(--border-main);color:var(--text-main);font-size:.82rem;outline:none;transition:border-color .15s ease}.search-input.svelte-qljwha:focus{border-color:var(--accent-primary)}.missing-grid.svelte-qljwha{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(220px,100%),1fr));gap:.4rem;max-height:360px;overflow-y:auto;padding-right:.25rem;scrollbar-width:thin}.missing-pill.svelte-qljwha{display:flex;justify-content:space-between;align-items:center;padding:.45rem .75rem;background:var(--bg-surface);border:1px solid var(--border-main);border-radius:var(--radius-sm, 6px);color:var(--text-main);text-decoration:none;font-size:.82rem;transition:background .15s ease,border-color .15s ease}.missing-pill.svelte-qljwha:hover{border-color:var(--accent-primary);color:var(--text-title)}.missing-pill__text.svelte-qljwha{display:flex;flex-direction:column;overflow:hidden}.missing-pill__title.svelte-qljwha{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.missing-pill__sub.svelte-qljwha{font-size:.72rem;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.missing-pill__ext{color:var(--text-muted);flex-shrink:0;margin-left:.5rem;transition:color .15s ease}.missing-pill.svelte-qljwha:hover .missing-pill__ext{color:var(--accent-primary)}.load-more-container.svelte-qljwha{display:flex;justify-content:center;margin-top:.25rem}.load-more-btn.svelte-qljwha{background:var(--bg-surface);border:1px dashed var(--border-main);border-radius:var(--radius-sm, 6px);color:var(--text-title);padding:.35rem 1rem;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .15s ease}.load-more-btn.svelte-qljwha:hover{border:1px solid var(--accent-primary);color:var(--text-title)}.historical-hint.svelte-qljwha{font-size:.8rem;color:var(--text-muted);font-style:italic}.timeline-card.svelte-sfr4ap{margin-bottom:24px;padding:18px 20px;background:var(--bg-surface);border:1px solid var(--border-main);border-radius:16px;box-shadow:0 4px 20px #0003}.timeline-header.svelte-sfr4ap{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:14px;margin-bottom:18px}.timeline-title-wrap.svelte-sfr4ap{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.timeline-icon{color:var(--accent-primary)}.timeline-title.svelte-sfr4ap{margin:0;font-size:1.12rem;font-weight:700;color:var(--text-title)}.timeline-badge.svelte-sfr4ap{display:inline-flex;align-items:center;gap:5px;padding:3px 9px;font-size:.76rem;font-weight:600;border-radius:20px}.timeline-badge--live.svelte-sfr4ap{background:#10b98126;color:#10b981;border:1px solid rgba(16,185,129,.3)}.timeline-badge--history.svelte-sfr4ap{background:#f59e0b26;color:#f59e0b;border:1px solid rgba(245,158,11,.3)}.timeline-actions.svelte-sfr4ap{display:flex;align-items:center;gap:8px}.timeline-btn.svelte-sfr4ap{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;font-size:.82rem;font-weight:600;border-radius:8px;cursor:pointer;transition:transform .15s ease,background .15s ease,border-color .15s ease}.timeline-btn--play.svelte-sfr4ap{background:var(--accent-primary);color:var(--text-on-accent);border:1px solid transparent}.timeline-btn--play.svelte-sfr4ap:hover{transform:translateY(-1px);filter:brightness(1.1)}.timeline-btn--reset.svelte-sfr4ap{background:var(--bg-card);color:var(--text-title);border:1px solid var(--border-main)}.timeline-btn--reset.svelte-sfr4ap:hover{background:var(--bg-surface);border-color:var(--accent-primary);color:var(--text-title)}.timeline-controls.svelte-sfr4ap{display:flex;flex-direction:column;gap:10px}.timeline-slider.svelte-sfr4ap{width:100%;height:8px;border-radius:4px;background:var(--border-main);cursor:pointer;accent-color:var(--accent-primary);margin:6px 0 2px}.timeline-slider.svelte-sfr4ap:focus-visible{outline:2px solid var(--accent-primary);outline-offset:2px}.timeline-scale.svelte-sfr4ap{display:flex;align-items:center;justify-content:space-between;font-size:.8rem;color:var(--text-muted)}.timeline-date-edge.svelte-sfr4ap{font-weight:500}.timeline-current-bubble.svelte-sfr4ap{display:flex;align-items:center;gap:8px;background:#f59e0b1f;border:1px solid rgba(245,158,11,.25);padding:3px 10px;border-radius:20px}.timeline-bubble-date.svelte-sfr4ap{color:var(--text-title);font-size:.84rem}.timeline-bubble-score.svelte-sfr4ap{background:var(--accent-primary);color:var(--text-on-accent);font-weight:800;font-size:.76rem;padding:1px 6px;border-radius:10px}.stats-page.svelte-1dp0dmr{padding:2rem 0 5rem;min-height:80dvh}.container.svelte-1dp0dmr{max-width:1200px;margin:0 auto;padding:0 1.25rem}.stats-page__nav.svelte-1dp0dmr{margin-bottom:2rem;display:flex;align-items:center}.nav-back-link.svelte-1dp0dmr{display:inline-flex;align-items:center;gap:.5rem;color:var(--text-muted);text-decoration:none;font-size:.95rem;font-weight:500;transition:color .15s ease}.nav-back-link.svelte-1dp0dmr:hover{color:var(--accent-primary)}.stats-header.svelte-1dp0dmr{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2.5rem}@media(min-width:860px){.stats-header.svelte-1dp0dmr{flex-direction:row;justify-content:space-between;align-items:flex-end}}.stats-badge.svelte-1dp0dmr{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .75rem;border-radius:var(--radius-full, 9999px);background:#60a5fa1a;color:var(--accent-primary);font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.75rem}.stats-title.svelte-1dp0dmr{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:800;color:var(--text-title);line-height:1.2;margin:0 0 .5rem}.stats-subtitle.svelte-1dp0dmr{font-size:1rem;color:var(--text-muted);max-width:600px;line-height:1.5;margin:0}.stats-overview.svelte-1dp0dmr{display:flex;flex-wrap:wrap;align-items:center;gap:1rem}.stats-score-card.svelte-1dp0dmr{display:flex;align-items:center;gap:.85rem;background:var(--bg-card);border:1px solid var(--border-main);border-radius:var(--radius-xl, 20px);padding:.75rem 1.25rem;box-shadow:0 4px 12px #00000026}.stats-score-circle.svelte-1dp0dmr{--pct: 0%;width:48px;height:48px;border-radius:50%;background:conic-gradient(var(--accent-primary) var(--pct),rgba(255,255,255,.1) 0);display:flex;align-items:center;justify-content:center;position:relative}.stats-score-circle.svelte-1dp0dmr:after{content:"";position:absolute;inset:4px;border-radius:50%;background:var(--bg-card)}.stats-score-val.svelte-1dp0dmr{position:relative;z-index:1;font-size:.88rem;font-weight:700;color:var(--text-title)}.stats-score-info.svelte-1dp0dmr{display:flex;flex-direction:column}.stats-score-label.svelte-1dp0dmr{font-size:.9rem;font-weight:600;color:var(--text-title)}.stats-score-sub.svelte-1dp0dmr{font-size:.75rem;color:var(--text-muted)}.copy-report-btn.svelte-1dp0dmr{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.2rem;border-radius:var(--radius-md, 8px);background:var(--accent-primary);color:var(--text-on-accent);border:none;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #2563eb4d}.copy-report-btn.svelte-1dp0dmr:hover{filter:brightness(1.1);transform:translateY(-1px)}.copy-report-btn--success.svelte-1dp0dmr{background:#047857;color:#fff;box-shadow:0 2px 8px #0478574d}.stats-tabs.svelte-1dp0dmr{display:flex;overflow-x:auto;gap:.5rem;padding-bottom:.75rem;margin-bottom:2rem;border-bottom:1px solid var(--border-main);scrollbar-width:thin}.tab-btn.svelte-1dp0dmr{display:inline-flex;align-items:center;gap:.6rem;padding:.75rem 1.25rem;border-radius:var(--radius-md, 8px);background:transparent;color:var(--text-muted);border:1px solid transparent;font-size:.95rem;font-weight:600;white-space:nowrap;cursor:pointer;transition:all .18s ease}.tab-btn.svelte-1dp0dmr:hover{background:var(--bg-surface);color:var(--text-title)}.tab-btn--active.svelte-1dp0dmr{background:var(--bg-card);color:var(--text-title);border-color:var(--border-main);box-shadow:0 2px 8px #0003}.tab-btn__badge.svelte-1dp0dmr{padding:.15rem .45rem;border-radius:var(--radius-full, 9999px);color:#fff;font-size:.75rem;font-weight:700;line-height:1}.stats-panel__summary.svelte-1dp0dmr{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.75rem;padding:1.25rem 1.5rem;background:var(--bg-surface);border-radius:var(--radius-lg, 12px);border:1px solid var(--border-main)}@media(min-width:640px){.stats-panel__summary.svelte-1dp0dmr{flex-direction:row;justify-content:space-between;align-items:center}}.summary-title.svelte-1dp0dmr{font-size:1.35rem;font-weight:700;color:var(--text-title);margin:0 0 .25rem}.summary-text.svelte-1dp0dmr{font-size:.9rem;color:var(--text-muted);margin:0}.summary-meter.svelte-1dp0dmr{display:inline-flex;align-items:center;gap:.5rem;font-size:.95rem}.summary-meter-label.svelte-1dp0dmr{color:var(--text-muted)}.summary-meter-badge.svelte-1dp0dmr{font-size:1.2rem;font-weight:800}.metrics-grid.svelte-1dp0dmr{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:900px){.metrics-grid.svelte-1dp0dmr{grid-template-columns:repeat(2,1fr)}}
