.skeleton-clock{display:flex;gap:4px;height:100%;align-items:flex-end}.skeleton-clock-bar{flex:1;height:60%}.skeleton-top-item{display:flex;align-items:center;gap:1rem;padding:.75rem}.skeleton-top-rank{width:2rem;height:1.2rem}.skeleton-top-info{flex:1;display:flex;flex-direction:column;gap:.4rem}.skeleton-top-plays{width:4rem;height:.85rem}.skeleton-stat-value{height:1.25rem;width:3rem;margin:0 auto}.week-artist{transition:color .2s}.week-artist:hover{color:var(--text-primary)}.sidebar-link:hover{color:var(--text-primary)}.track-item.now-playing{border-left:3px solid var(--color-spotify)}.track-info{display:flex;flex-direction:column;min-width:0;flex:1}.track-name{color:var(--text-primary);font-weight:500}.track-artist{color:var(--text-secondary);font-size:.9rem}.now-playing-badge{font-size:.75rem;color:var(--color-spotify);padding:.25rem .5rem;border:1px solid var(--color-spotify);border-radius:4px;white-space:nowrap}.track-time{font-size:.75rem;color:var(--text-secondary);white-space:nowrap}.music-content{max-width:800px;margin:0 auto}.music-content>.subtitle{text-align:center;margin-bottom:2rem}.spotify-embeds{display:flex;flex-direction:column;gap:1.5rem}.spotify-embeds iframe{max-width:100%}.music-stats{max-width:800px;margin:0 auto}.stats-overview{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:3rem}.stat-card{background:var(--hover-bg);padding:1.5rem;border-radius:8px;text-align:center}.stat-card.main-stat{grid-column:span 4;padding:2rem}.stat-card.main-stat .stat-value{font-size:3rem}.stat-value{display:block;font-size:1.8rem;font-weight:600;color:var(--text-primary)}.stat-label{color:var(--text-secondary);font-size:.9rem}.stats-section{margin-bottom:3rem;content-visibility:auto;contain-intrinsic-size:auto 300px}.stats-section h2{margin-bottom:.5rem}.clock-grid{display:flex;gap:4px;height:120px;align-items:flex-end;padding:1rem;background:var(--hover-bg);border-radius:8px}.clock-hour{flex:1;display:flex;flex-direction:column;align-items:center;height:100%;justify-content:flex-end}.hour-label{font-size:.65rem;color:var(--text-secondary);margin-bottom:4px}.hour-bar{width:100%;background:var(--text-primary);border-radius:2px 2px 0 0;opacity:calc(.3 + var(--intensity) * .7);min-height:2px}.hour-count{font-size:.6rem;color:var(--text-secondary);margin-top:4px}.top-list{display:flex;flex-direction:column;gap:.5rem}.top-item{display:flex;align-items:center;gap:1rem;padding:.75rem}.top-item .rank{font-size:1.2rem;font-weight:600;color:var(--text-secondary);width:2rem;text-align:center}.top-item .item-info{flex:1;min-width:0}.top-item .item-name{display:block;color:var(--text-primary);font-weight:500}.top-item .item-artist{display:block;color:var(--text-secondary);font-size:.85rem}.item-bar-container{height:4px;background:var(--border-color);border-radius:2px;margin-top:.5rem}.item-bar{height:100%;background:var(--text-primary);border-radius:2px}.top-item .item-plays{color:var(--text-secondary);font-size:.85rem;white-space:nowrap}.stats-footer{display:flex;justify-content:space-between;align-items:center;margin-top:2rem}.music-links{display:flex;gap:1rem;flex-wrap:wrap}.lastfm-link:hover{opacity:.8;color:var(--background)}.lastfm-link.secondary{background:0 0;border:1px solid var(--border-color);color:var(--text-primary)}.lastfm-link.secondary:hover{background:var(--hover-bg);color:var(--text-primary)}@media (max-width:600px){.stats-overview{grid-template-columns:repeat(2,1fr)}.stat-card.main-stat{grid-column:span 2}.clock-grid{overflow-x:auto}.hour-count{display:none}}