.score-history-panel{display:grid;gap:18px}.score-history-controls{display:flex;gap:12px;align-items:end;flex-wrap:wrap}.score-history-controls label{display:grid;gap:6px;min-width:180px}.score-history-summary{display:flex;gap:14px;align-items:center;flex-wrap:wrap;padding:14px 16px;border:1px solid var(--border,#dbe2ea);border-radius:12px;background:var(--surface-soft,#f8fafc)}.score-history-chart{min-height:240px;border:1px solid var(--border,#dbe2ea);border-radius:14px;padding:10px;overflow:hidden;background:#fff}.score-history-chart svg{display:block;width:100%;height:auto}.score-line,.price-line{fill:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.score-line{stroke:#2563eb}.price-line{stroke:#94a3b8;stroke-dasharray:8 6}.score-dot{fill:#2563eb}.score-history-legend{display:flex;gap:18px;flex-wrap:wrap;font-size:.9rem}.score-history-legend span::before{content:'';display:inline-block;width:20px;height:3px;margin-right:7px;vertical-align:middle;border-radius:2px}.score-history-legend .legend-score::before{background:#2563eb}.score-history-legend .legend-price::before{background:#94a3b8}.score-history-timeline{display:grid;gap:10px}.score-history-entry{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:12px;padding:12px 14px;border:1px solid var(--border,#dbe2ea);border-radius:12px}.score-history-entry>div{display:grid;gap:3px}.score-history-entry span{font-size:.82rem;color:var(--muted,#64748b)}.score-trend-badge{display:block;width:max-content;margin-top:5px;padding:2px 7px;border-radius:999px;font-size:.72rem;font-weight:700;white-space:nowrap}.trend-up{color:#166534;background:#dcfce7}.trend-down{color:#991b1b;background:#fee2e2}.trend-flat{color:#475569;background:#e2e8f0}@media(max-width:720px){.score-history-entry{grid-template-columns:1fr 1fr}.score-history-entry>div:last-child{grid-column:1/-1}.score-history-controls label{min-width:0;flex:1 1 140px}}