.horizontal-scroll-container{width:100%;position:relative}.horizontal-scroll-container:after{content:"";background:linear-gradient(to right, #fff0, var(--color-bg-1));opacity:.7;z-index:2;pointer-events:none;width:40px;height:100%;position:absolute;top:0;right:0}.horizontal-scroll-container:before{content:"";background:linear-gradient(to left, #fff0, var(--color-bg-1));opacity:.7;z-index:2;pointer-events:none;width:40px;height:100%;transition:opacity .16s ease-out;position:absolute;top:0;left:0}.horizontal-scroll-container:not(.is-scrolled-right):before{opacity:0}.horizontal-scroll-container-items{width:100%;padding-bottom:var(--spc-8);margin-bottom:calc(var(--spc-8) * -1);scrollbar-width:thin;scrollbar-color:var(--color-ui-1) transparent;overflow-x:auto}.horizontal-scroll-container-items::-webkit-scrollbar{background-color:#0000;height:6px}.horizontal-scroll-container-items::-webkit-scrollbar-track{margin:0 var(--spc-4);background-color:#0000}.horizontal-scroll-container-items::-webkit-scrollbar-thumb{background-color:var(--color-ui-1);cursor:pointer;border-radius:9999px}.horizontal-scroll-container-items::-webkit-scrollbar-thumb:hover{background-color:var(--color-ui-2)}.horizontal-scroll-container-items>:last-child{margin-right:var(--spc-12)}.listening-container{gap:var(--spc-8);display:flex}.listening-stack{gap:calc(var(--spc-6) + var(--spc-1));flex-direction:column;display:flex}.listening-section{gap:var(--spc-4);flex-direction:column;flex:none;display:flex}.listening-section-header{align-items:center;gap:var(--spc-2);display:flex}.album-shelf{gap:var(--spc-4);width:100%;display:flex}.album-grid{gap:var(--spc-4);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.album{gap:var(--spc-2);flex-direction:column;width:175px;min-width:0;display:flex}.album-shelf .album{flex:none}.album-grid .album{width:100%}.album-grid .album-image{aspect-ratio:1;width:100%;height:auto}.album .album-image{object-fit:cover;border-radius:var(--rnd-5);width:175px;height:175px;transition:transform .1s ease-out}.album-info{flex-direction:column;display:flex}.album:hover .album-image{transform:scale(.98)}@media (width>=768px){.album-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.now-playing{gap:var(--spc-2);flex-direction:column;flex:none;width:175px;display:flex}.now-playing-image{object-fit:cover;border-radius:var(--rnd-5);width:175px;height:175px;transition:transform .1s ease-out}.now-playing:hover .now-playing-image{transform:scale(.98)}.now-playing-info{flex-direction:column;display:flex}.equalizer{align-items:flex-end;gap:2px;height:16px;display:inline-flex}.equalizer-bar{background:var(--color-text-2);border-radius:1px;width:3px;height:4px;animation:.8s ease-in-out infinite equalizer}.equalizer-bar:first-child{animation-delay:0s}.equalizer-bar:nth-child(2){animation-delay:.2s}.equalizer-bar:nth-child(3){animation-delay:.4s}@keyframes equalizer{0%,to{height:4px}50%{height:14px}}.marquee{white-space:nowrap;width:100%;max-width:175px;margin:0;padding:0;display:block;position:relative;overflow:hidden}.marquee[data-scroll=true]{-webkit-mask-image:linear-gradient(90deg,#000,#000 calc(100% - 16px),#0000);mask-image:linear-gradient(90deg,#000,#000 calc(100% - 16px),#0000)}.marquee[data-scroll=true]:before{content:"";background:linear-gradient(to right, var(--color-bg-1), transparent);z-index:1;opacity:0;width:16px;height:100%;animation:12s linear infinite marquee-fade;position:absolute;top:0;left:0}.marquee-content{gap:var(--spc-6);display:inline-flex}.marquee[data-scroll=true] .marquee-content{animation:12s linear infinite marquee}.marquee-content span{flex-shrink:0}.marquee[data-size="0"]{font-size:.75rem;font-weight:500;line-height:1rem}.marquee[data-size="1"]{font-size:1rem;font-weight:500;line-height:1.6rem}.marquee[data-color="1"] .marquee-content{color:var(--color-text-1)}.marquee[data-color="2"] .marquee-content{color:var(--color-text-2)}@keyframes marquee{0%,15%{transform:translate(0)}to{transform:translateX(calc(-50% - var(--spc-3)))}}@keyframes marquee-fade{0%,12%{opacity:0}18%,90%{opacity:1}95%,to{opacity:0}}.wrapped-listening-redesign{gap:var(--spc-6);padding:0 var(--spc-6);flex-direction:column;display:flex}.wrapped-listening-redesign-rich{gap:var(--spc-7)}.wrapped-listening-top{justify-content:space-between;align-items:flex-start;gap:var(--spc-3);display:flex}.wrapped-listening-title{flex:none}.wrapped-listening-window{margin-top:var(--spc-1);text-transform:lowercase;letter-spacing:.08em}.wrapped-listening-kpis{justify-content:space-evenly;gap:clamp(var(--spc-3), 2.2vw, var(--spc-6));flex-wrap:wrap;align-items:start;display:flex}.wrapped-listening-kpi{gap:var(--spc-1);flex-direction:column;flex:auto;min-width:0;display:flex}.wrapped-listening-kpi-label{letter-spacing:.02em}.wrapped-kpi-value{white-space:nowrap;text-overflow:clip;max-width:100%;line-height:1.15;overflow:hidden}.wrapped-kpi-duration-value{word-spacing:-.18em}.wrapped-kpi-suffix{color:var(--color-text-2);font-size:.6em}.wrapped-live{align-items:center;gap:var(--spc-5);grid-template-columns:175px minmax(0,1fr) minmax(140px,220px);display:grid}.wrapped-live-cover-link{width:175px;height:175px;display:block}.wrapped-live-cover,.wrapped-live-cover-fallback{border-radius:var(--rnd-5);width:100%;height:100%}.wrapped-live-cover{object-fit:cover}.wrapped-live-cover-fallback{background:var(--color-bg-2);place-items:center;display:grid}.wrapped-live-copy{gap:var(--spc-1);flex-direction:column;min-width:0;display:flex}.wrapped-live-label{letter-spacing:.02em;color:var(--color-listening-blue);align-items:center;gap:6px;display:inline-flex}.wrapped-live-dot{background:var(--color-listening-blue);border-radius:50%;width:7px;height:7px}.wrapped-live-track{line-height:1.05}.wrapped-live-track-link{text-decoration:none}.wrapped-live-track-link:hover{text-decoration:underline}.wrapped-live-meta{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.wrapped-waveform{align-items:center;gap:2px;height:72px;display:flex;overflow:hidden}.wrapped-waveform-bar{background:color-mix(in srgb, var(--color-text-2) 78%, transparent);opacity:.85;transform-origin:50%;border-radius:1px;flex:none;width:4px;animation-name:wrapped-wave-pulse;animation-timing-function:ease-in-out;animation-iteration-count:infinite}.wrapped-waveform-bar.is-warm{background:color-mix(in srgb, var(--color-listening-blue) 72%, white 18%);opacity:.95}.wrapped-live-waveform{justify-self:end;width:min(220px,100%)}.wrapped-repeat{align-items:center;gap:var(--spc-5);grid-template-columns:minmax(0,1fr) minmax(260px,340px);display:grid}.wrapped-repeat-copy{gap:var(--spc-2);flex-direction:column;display:flex}.wrapped-artist-treemap-block{min-width:0}.wrapped-artist-treemap{width:100%;min-width:0;height:220px}.wrapped-treemap-tooltip{background:var(--color-bg-1);border:1px solid var(--color-ui-2);flex-direction:column;gap:2px;padding:6px 8px;display:flex}.wrapped-treemap-tooltip p{color:var(--color-text-1);font-size:.75rem;line-height:1.1;font-family:var(--font-family-mono);margin:0}.wrapped-genre-radar{width:100%;min-width:0;height:220px;overflow:visible}.wrapped-lists-grid{gap:var(--spc-7);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.wrapped-list-panel{gap:var(--spc-3);flex-direction:column;min-width:0;display:flex}.wrapped-list-head{justify-content:space-between;align-items:flex-end;gap:var(--spc-2);display:flex}.wrapped-list-rows{gap:var(--spc-3);flex-direction:column;display:flex}.wrapped-list-rows-compact{gap:var(--spc-2)}.wrapped-share-row{flex-direction:column;gap:6px;display:flex}.wrapped-share-head{align-items:baseline;gap:var(--spc-2);grid-template-columns:minmax(0,1fr) auto;display:grid}.wrapped-share-subtitle{text-align:right;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.wrapped-share-progress{align-items:center;gap:var(--spc-2);grid-template-columns:minmax(0,1fr) auto;display:grid}.wrapped-share-percent{color:var(--color-listening-blue);white-space:nowrap;font-variant-numeric:tabular-nums;line-height:1}.wrapped-share-bar{background:color-mix(in srgb, var(--color-ui-1) 70%, transparent);height:3px;overflow:hidden}.wrapped-share-bar-fill{background:var(--color-listening-blue);min-width:2px;height:100%}.wrapped-rank-row{gap:var(--spc-3);grid-template-columns:minmax(0,1fr) auto;align-items:start;display:grid}.wrapped-rank-main{gap:var(--spc-3);grid-template-columns:auto minmax(0,1fr);align-items:start;min-width:0;display:grid}.wrapped-rank-index{min-width:1.2em;color:var(--color-text-2)}.wrapped-rank-copy{flex-direction:column;gap:2px;min-width:0;display:flex}.wrapped-rank-title,.wrapped-rank-subtitle{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.wrapped-rank-metric{white-space:nowrap}.wrapped-rank-share{color:var(--color-text-2)}.wrapped-artist-row{gap:var(--spc-2);grid-template-columns:minmax(0,1fr) auto;align-items:center;display:grid}.wrapped-artist-bar{background:color-mix(in srgb, var(--color-ui-1) 70%, transparent);grid-column:1/-1;height:3px;overflow:hidden}.wrapped-artist-bar-fill{background:var(--color-listening-blue);min-width:2px;height:100%}.wrapped-albums-panel{margin-top:var(--spc-1)}.wrapped-inline-link{text-underline-offset:2px;text-decoration:underline;text-decoration-thickness:1px;-webkit-text-decoration-color:var(--color-text-3);text-decoration-color:var(--color-text-3);transition:color .1s ease-out}.wrapped-inline-link:hover{color:var(--color-text-3)}@keyframes wrapped-wave-pulse{0%,to{transform:scaleY(.92)}50%{transform:scaleY(1.03)}}@media (width<=1100px){.wrapped-listening-kpis{justify-content:flex-start;align-items:stretch;gap:var(--spc-3);flex-direction:column}}@media (width<=900px){.wrapped-lists-grid{gap:var(--spc-5);grid-template-columns:1fr}.wrapped-repeat{gap:var(--spc-3);grid-template-columns:1fr}.wrapped-genre-radar{height:200px}}@media (width<=640px){.wrapped-listening-redesign{padding:0 var(--spc-5);gap:var(--spc-5)}.wrapped-live{gap:var(--spc-4);grid-template-columns:175px minmax(0,1fr)}.wrapped-live-cover-link{width:175px;height:175px}.wrapped-live-waveform{display:none}.wrapped-waveform-bar{width:3px}}
