@keyframes tooltipFadeIn{0%{opacity:0;transform:translate(-50%,-100%)scale(.95)}to{opacity:1;transform:translate(-50%,-100%)scale(1)}}.heatmap-tooltip{animation:.15s ease-out forwards tooltipFadeIn}.chart-container{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius-2xl);margin:1.5rem 0;padding:2rem;position:relative}.chart-title{color:var(--gold);text-align:center;margin-bottom:1rem;font-size:1.25rem;font-weight:600}.chart-wrapper{width:100%;height:450px;position:relative}.heatmap-table{border-collapse:collapse;background:var(--card-bg);border-radius:var(--radius-lg);width:100%;font-size:.875rem;overflow:hidden}.heatmap-table th{background:var(--primary);color:var(--gold);text-align:center;border:1px solid var(--border);padding:1rem .75rem;font-weight:600}.heatmap-table td{text-align:center;border:1px solid var(--border);color:var(--text-primary);padding:.875rem .75rem;transition:all .2s}.heatmap-table tbody tr:hover td{background:#9b8b6d1a}.heat-excellent{font-weight:600;color:#e0e0e0!important;background-color:#0d4d3d!important}.heat-great{font-weight:600;color:#e0e0e0!important;background-color:#1a6b54!important}.heat-good{font-weight:600;color:#1a1a1a!important;background-color:#4a8f6e!important}.heat-moderate{font-weight:600;color:#1a1a1a!important;background-color:#9b8b6d!important}.heat-slow{font-weight:600;color:#1a1a1a!important;background-color:#b87d5a!important}.heat-poor{font-weight:600;color:#e0e0e0!important;background-color:#8b4842!important}.heatmap-table td.current{z-index:15;position:relative;box-shadow:0 0 0 2px #d4af3799,0 0 20px #d4af3780,inset 0 0 15px #d4af3733;border:3px solid #d4af37!important;font-weight:700!important}.heatmap-table td:first-child{background:var(--secondary);color:var(--gold);z-index:5;font-weight:700;position:sticky;left:0}.heatmap-table td:hover:not(:first-child){z-index:20;cursor:pointer;transform:scale(1.05);box-shadow:0 4px 12px #0000004d}@media (max-width:768px){.heatmap-table{font-size:.75rem}.heatmap-table th,.heatmap-table td{padding:.5rem .25rem}}@media (max-width:640px){.heatmap-table{border-radius:var(--radius-md);table-layout:fixed;width:100%;font-size:.7rem}.heatmap-table th{letter-spacing:-.02em;padding:.4rem .2rem;font-size:.6rem}.heatmap-table td{padding:.5rem .15rem}.heatmap-table td:first-child{width:2.2rem;padding:.4rem .15rem}.heatmap-table td.current{box-shadow:0 0 0 1px #d4af3799,0 0 10px #d4af3766;border-width:2px!important}.heatmap-table td:hover:not(:first-child){box-shadow:none;transform:none}.chart-container{border-radius:var(--radius-xl);margin:1rem 0;padding:1rem}.chart-title{margin-bottom:.5rem;font-size:1rem}.chart-wrapper{height:300px}.chart-container+.chart-container{margin-top:.75rem}}@media (min-width:641px) and (max-width:1024px){.chart-container{padding:1.5rem}.chart-title{font-size:1.125rem}.chart-wrapper{height:380px}}
