.hot{padding-bottom:5rem}.hot__hero{padding:5rem 0 2.5rem;border-bottom:1px solid var(--border);margin-bottom:2.5rem;position:relative;overflow:hidden}.hot__hero-canvas{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;opacity:.6}.hot__hero-inner{position:relative;z-index:1}.hot__hero-signal{position:absolute;inset:0;pointer-events:none;overflow:hidden}.hot__signal-line{position:absolute;height:1px;background:linear-gradient(90deg,transparent,var(--accent),transparent);opacity:.15;animation:signalSweep 4s ease-in-out infinite}.hot__signal-line{top:30%;width:40%;left:-40%}.hot__signal-line--2{top:55%;width:25%;left:-25%;animation-delay:1.5s;background:linear-gradient(90deg,transparent,var(--accent-pink),transparent)}.hot__signal-line--3{top:75%;width:35%;left:-35%;animation-delay:3s}@keyframes signalSweep{0%{transform:translate(0)}to{transform:translate(calc(100vw + 100%))}}.hot__hero-label{font-size:.7rem;color:var(--accent);letter-spacing:.3em;text-transform:uppercase;display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.hot__pulse{width:6px;height:6px;background:var(--accent-pink);display:inline-block;animation:hotPulse 2s ease-in-out infinite}@keyframes hotPulse{0%,to{opacity:1;box-shadow:0 0 #ff4d6a66}50%{opacity:.6;box-shadow:0 0 12px 4px #ff4d6a00}}.hot__hero-title{font-family:var(--font-display);font-weight:900;font-size:clamp(2.5rem,6vw,4rem);line-height:.85;text-transform:uppercase;color:var(--text);margin-bottom:.75rem}.hot__hero-sub{font-size:.8rem;color:var(--text-dim);letter-spacing:.05em}.hot__hero-count{color:var(--accent-pink);font-weight:600}.hot__hero-meter{margin-top:1.5rem;height:3px;background:var(--border);position:relative;max-width:400px}.hot__hero-meter-fill{height:100%;width:0%;background:linear-gradient(90deg,var(--accent-pink),var(--accent));transition:width 1.5s cubic-bezier(.22,1,.36,1);position:relative}.hot__hero-meter-glow{position:absolute;top:-4px;right:0;width:8px;height:11px;background:var(--accent);opacity:0;animation:meterGlow 2s ease-in-out infinite}.hot__hero-meter-fill:not([style*="width: 0"])~.hot__hero-meter-glow,.hot__hero-meter-fill:not([style*="width:0"])~.hot__hero-meter-glow{opacity:1}@keyframes meterGlow{0%,to{box-shadow:0 0 6px var(--accent)}50%{box-shadow:0 0 16px var(--accent),0 0 30px #00ffcc4d}}.hot__loading{padding:4rem 0;text-align:center;color:var(--muted);font-size:.8rem}.hot__loading-wave{display:flex;justify-content:center;gap:3px;margin-bottom:1rem;height:20px;align-items:flex-end}.hot__loading-wave span{display:block;width:3px;background:var(--accent);animation:loadWave 1.2s ease-in-out infinite}.hot__loading-wave span:nth-child(1){height:8px;animation-delay:0s}.hot__loading-wave span:nth-child(2){height:14px;animation-delay:.1s}.hot__loading-wave span:nth-child(3){height:20px;animation-delay:.2s;background:var(--accent-pink)}.hot__loading-wave span:nth-child(4){height:14px;animation-delay:.3s}.hot__loading-wave span:nth-child(5){height:8px;animation-delay:.4s}@keyframes loadWave{0%,to{transform:scaleY(.5);opacity:.4}50%{transform:scaleY(1);opacity:1}}.hot__empty{border:1px dashed var(--border);padding:4rem;text-align:center}.hot__empty-diamond{width:20px;height:20px;border:1px solid var(--accent-pink);transform:rotate(45deg);margin:0 auto 1rem;animation:hotPulse 3s ease-in-out infinite}.hot__empty p{font-size:.8rem;color:var(--text-dim)}.hot__empty-link{display:inline-block;margin-top:1rem;font-size:.75rem;color:var(--accent);text-decoration:none}.hot__empty-link:hover{text-decoration:underline}.hot__top{margin-bottom:1px}.hot__top-card{display:block;text-decoration:none;color:var(--text);border:1px solid var(--border);position:relative;overflow:hidden;transition:border-color .2s ease;animation:hotReveal .6s cubic-bezier(.22,1,.36,1) both}.hot__top-card:hover{border-color:var(--accent-pink)}@keyframes hotReveal{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.hot__top-thumb{position:relative;overflow:hidden}.hot__top-thumb img{width:100%;aspect-ratio:21/9;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.22,1,.36,1)}.hot__top-card:hover .hot__top-thumb img{transform:scale(1.03)}.hot__top-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(10,10,10,.95) 0%,rgba(10,10,10,.4) 40%,transparent 70%);pointer-events:none}.hot__top-badge{position:absolute;top:1rem;right:1rem;background:var(--accent-pink);color:var(--bg);font-size:.7rem;font-weight:600;letter-spacing:.1em;padding:.4rem .8rem}.hot__top-content{position:absolute;bottom:0;left:0;right:0;padding:2rem}.hot__top-rank-label{font-size:.7rem;letter-spacing:.25em;color:var(--accent-pink);margin-bottom:.5rem}.hot__top-artist{font-family:var(--font-display);font-weight:900;font-size:clamp(2rem,4vw,3.5rem);text-transform:uppercase;line-height:.9;margin-bottom:.3rem}.hot__top-title{font-size:.8rem;color:var(--text-dim);margin-bottom:.75rem}.hot__top-reactions{display:flex;gap:.5rem;flex-wrap:wrap}.hot__reaction-pill{font-size:.75rem;color:var(--text-dim);border:1px solid rgba(255,255,255,.15);padding:.25rem .6rem;background:#0006;backdrop-filter:blur(4px);transition:border-color .15s ease}.hot__top-card:hover .hot__reaction-pill{border-color:#ffffff4d}.hot__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:1px}.hot__card{display:grid;grid-template-columns:auto 100px 1fr;gap:0;text-decoration:none;color:var(--text);border:1px solid var(--border);margin-top:-1px;transition:border-color .15s ease,background .15s ease;animation:hotReveal .5s cubic-bezier(.22,1,.36,1) both;animation-delay:var(--delay, 0ms)}.hot__card:hover{border-color:var(--accent);background:var(--bg-elevated);z-index:1}.hot__card-rank{font-family:var(--font-display);font-weight:900;font-size:2rem;color:var(--muted);width:56px;display:flex;align-items:center;justify-content:center;border-right:1px solid var(--border);transition:color .15s ease}.hot__card:hover .hot__card-rank{color:var(--accent)}.hot__card-thumb{overflow:hidden}.hot__card-thumb img{width:100px;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.hot__card:hover .hot__card-thumb img{transform:scale(1.1)}.hot__card-body{padding:.75rem 1rem;display:flex;flex-direction:column;justify-content:center;gap:.2rem;border-left:1px solid var(--border);min-width:0}.hot__card-artist{font-family:var(--font-display);font-weight:900;font-size:1rem;text-transform:uppercase;line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hot__card-title{font-size:.7rem;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hot__card-bar{height:2px;background:var(--border);margin-top:.3rem}.hot__card-bar-fill{height:100%;background:linear-gradient(90deg,var(--accent-pink),var(--accent));animation:barFill .8s cubic-bezier(.22,1,.36,1) both}@keyframes barFill{0%{width:0%!important}}.hot__card-meta{display:flex;justify-content:space-between;font-size:.7rem;color:var(--text-dim);margin-top:.15rem}.hot__section-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.hot__section-accent{width:3px;height:18px;background:var(--accent);flex-shrink:0}.hot__section-accent--pink{background:var(--accent-pink)}.hot__section-accent--gold{background:var(--accent)}.hot__alltime{margin-top:3rem;margin-bottom:2rem}.hot__alltime-grid{display:grid;gap:1px}.hot__section-title{font-size:.75rem;font-weight:600;color:var(--text-dim);letter-spacing:.15em;flex-shrink:0}.hot__section-line-fill{flex:1;height:1px;background:var(--border)}.hot__bottom{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:3rem;padding-top:3rem;border-top:1px solid var(--border)}.hot__contributors-grid{display:flex;flex-direction:column;gap:0;border:1px solid var(--border)}.hot__contributor{display:flex;align-items:center;gap:.75rem;padding:.85rem 1rem;border-bottom:1px solid var(--border);animation:hotReveal .5s cubic-bezier(.22,1,.36,1) both;animation-delay:var(--delay, 0ms);transition:background .15s ease}.hot__contributor:last-child{border-bottom:none}.hot__contributor:hover{background:var(--bg-elevated)}.hot__contributor-rank{font-size:.7rem;color:var(--muted);min-width:2em}.hot__contributor-avatar{width:48px;height:48px;object-fit:cover;border:1px solid var(--border);flex-shrink:0}.hot__contributor-avatar--placeholder{background:var(--bg-elevated);display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:900;font-size:1.2rem;color:var(--muted)}.hot__contributor-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem}.hot__contributor-name{font-family:var(--font-display);font-weight:900;font-size:.95rem;text-transform:uppercase;line-height:1.1}.hot__contributor-bar{height:2px;background:var(--border);max-width:200px}.hot__contributor-bar-fill{height:100%;background:linear-gradient(90deg,var(--accent),var(--accent-pink));animation:barFill 1s cubic-bezier(.22,1,.36,1) both}.hot__contributor-meta{font-size:.7rem;color:var(--text-dim)}.hot__feed-item{display:flex;align-items:center;gap:.75rem;padding:.65rem 0;border-bottom:1px solid var(--border);text-decoration:none;color:var(--text);transition:background .15s ease,padding .15s ease;animation:hotReveal .4s cubic-bezier(.22,1,.36,1) both;animation-delay:var(--delay, 0ms)}.hot__feed-item:hover{background:var(--bg-elevated);padding-left:.75rem;padding-right:.75rem;margin-left:-.75rem;margin-right:-.75rem}.hot__feed-thumb{width:56px;height:42px;object-fit:cover;border:1px solid var(--border);flex-shrink:0;transition:border-color .15s ease}.hot__feed-item:hover .hot__feed-thumb{border-color:var(--accent-pink)}.hot__feed-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.hot__feed-show{font-family:var(--font-display);font-weight:900;font-size:.85rem;text-transform:uppercase;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hot__feed-show-title{font-family:var(--font-mono);font-weight:400;font-size:.7rem;color:var(--muted);text-transform:none}.hot__feed-detail{font-size:.7rem;color:var(--text-dim);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hot__feed-time{font-size:.65rem;color:var(--muted);flex-shrink:0;min-width:3.5em;text-align:right}@media(max-width:900px){.hot__bottom{grid-template-columns:1fr;gap:2rem}}@media(max-width:768px){.hot__hero-title{font-size:clamp(3rem,16vw,5rem)}.hot__top-thumb img{aspect-ratio:16/9}.hot__top-content{padding:1.25rem}.hot__top-artist{font-size:1.8rem}.hot__grid{grid-template-columns:1fr}.hot__reactions-bar-inner{height:32px}.hot__rb-label{font-size:.55rem}}@media(max-width:680px){.hot__hero{padding:3rem 0 1.5rem;margin-bottom:1.5rem}.hot__hero-title{font-size:clamp(2rem,14vw,3rem)}.hot__hero-sub{font-size:.65rem}.hot__info{padding:.5rem 1rem}.hot__top-badge{font-size:.6rem;padding:.3rem .5rem}.hot__top-artist{font-size:1.4rem}.hot__top-title{font-size:.65rem}.hot__section-title{font-size:.7rem}.hot__card-body{padding:.5rem .6rem}.hot__contributor-meta{font-size:.55rem}.hot__feed-item{padding:.5rem 0}.hot__alltime{margin-top:2rem}}
