@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Outfit:wght@500;700;900&display=swap";*,:before,:after{box-sizing:border-box;-webkit-font-smoothing:antialiased;margin:0;padding:0}:root{--bg-base:#000;--bg-elevated:#121212;--bg-surface:#18181b;--bg-hover:#27272a;--accent-primary:#ec4899;--accent-secondary:#f9a8d4;--accent-tertiary:#be185d;--text-primary:#fff;--text-secondary:#a1a1aa;--border-dim:#ffffff14;--border-light:#ffffff26;--player-height:100px;--sidebar-width:240px}body{background-color:var(--bg-base);color:var(--text-primary);font-family:Inter,sans-serif;overflow:hidden}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--bg-hover);border-radius:6px}::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.font-display{font-family:Outfit,sans-serif}.card-hover{transition:all .3s cubic-bezier(.25,.46,.45,.94)}.card-hover:hover{background-color:var(--bg-hover);transform:translateY(-4px)scale(1.02);box-shadow:0 12px 30px #00000080}.acrylic{-webkit-backdrop-filter:blur(40px)saturate(200%);border-top:1px solid var(--border-dim);background:#121212bf}.text-gradient{background:linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}@keyframes eq{0%,to{height:4px}50%{height:16px}}.eq-bar{background-color:var(--accent-secondary);border-radius:2px;width:4px;animation:1s ease-in-out infinite eq}.eq-bar:first-child{animation-delay:.1s}.eq-bar:nth-child(2){animation-delay:.4s}.eq-bar:nth-child(3){animation-delay:.2s}.eq-bar:nth-child(4){animation-delay:.5s}@keyframes pulseGlow{0%{box-shadow:0 0 #ec489966}70%{box-shadow:0 0 0 10px #ec489900}to{box-shadow:0 0 #ec489900}}.playing-pulse{animation:2s infinite pulseGlow}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton{background:linear-gradient(90deg, var(--bg-surface) 25%, var(--bg-hover) 50%, var(--bg-surface) 75%);background-size:200% 100%;animation:1.5s linear infinite shimmer}@keyframes spin{to{transform:rotate(360deg)}}.spinner{border:2px solid var(--border-light);border-top-color:var(--accent-primary);border-radius:50%;width:20px;height:20px;animation:.8s linear infinite spin}.cd-rotate{animation:12s linear infinite spin}.ambient-bg{z-index:-1;transition:opacity 1s ease-in-out;position:fixed;inset:0;overflow:hidden}.ambient-bg img{object-fit:crop;filter:blur(80px)saturate(150%);opacity:.4;width:100%;height:100%;transform:scale(1.1)}.mesh-container{z-index:-2;filter:blur(100px);opacity:.5;pointer-events:none;position:fixed;inset:0;overflow:hidden}.mesh-blob{mix-blend-mode:screen;border-radius:50%;position:absolute}.hero-gradient{background:linear-gradient(135deg, var(--text-primary) 0%, #fff6 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.performance-toggle{background:var(--bg-hover);cursor:pointer;border:1px solid var(--border-dim);border-radius:12px;align-items:center;gap:12px;padding:10px 16px;transition:all .2s;display:flex}.performance-toggle:hover{border-color:var(--accent-primary)}@keyframes breathing{0%,to{transform:scale(.95)}50%{transform:scale(1)}}.breathing{animation:8s ease-in-out infinite breathing}.rounded-32{border-radius:32px!important}input[type=range]{appearance:none;background:var(--border-light);border-radius:2px;outline:none;height:4px}input[type=range]::-webkit-slider-thumb{appearance:none;background:var(--text-primary);cursor:pointer;border-radius:50%;width:12px;height:12px;transition:transform .1s}input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.3)}.heart-btn{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:8px;transition:transform .2s cubic-bezier(.175,.885,.32,1.275);display:flex}.heart-btn:hover{transform:scale(1.1)}.heart-svg{fill:#0000;width:24px;height:24px;stroke:var(--text-secondary);stroke-width:2px;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.heart-btn.active .heart-svg{fill:var(--accent-tertiary);stroke:var(--accent-tertiary);animation:.4s ease-out forwards heartPop}@keyframes heartPop{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}.header-glass{-webkit-backdrop-filter:blur(24px)saturate(180%);background:#121212b3;border-bottom:1px solid #ffffff0d}.sidebar-link{position:relative;overflow:hidden}.sidebar-link:before{content:"";background:var(--accent-primary);border-radius:0 4px 4px 0;width:4px;transition:transform .2s ease-out;position:absolute;top:10%;bottom:10%;left:0;transform:scaleY(0)}.sidebar-link.active:before{transform:scaleY(1)}.voice-btn{transition:color .3s,text-shadow .3s}.voice-btn.listening{color:var(--accent-tertiary)}.listening-bars{justify-content:center;align-items:center;gap:3px;height:18px;margin-left:4px;display:flex}.listening-bars .v-bar{background:var(--accent-tertiary);border-radius:2px;width:3px;animation:.6s cubic-bezier(.4,0,.2,1) infinite alternate eqVoice}.listening-bars .v-bar:first-child{animation-delay:.1s}.listening-bars .v-bar:nth-child(2){animation-delay:.4s}.listening-bars .v-bar:nth-child(3){animation-delay:.2s}.listening-bars .v-bar:nth-child(4){animation-delay:.5s}@keyframes eqVoice{0%{height:4px}to{height:18px}}.play-pause-btn{transition:transform .3s cubic-bezier(.25,1,.5,1),background-color .3s}.play-pause-btn:hover{transform:scale(1.05)}.play-pause-btn:active{transform:scale(.92)}.icon-crossfade-enter{animation:.3s cubic-bezier(.25,1,.5,1) forwards fadeScaleIn}@keyframes fadeScaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.heart-btn{transition:transform .2s,opacity .2s}.heart-btn:active{transform:scale(.7)}.heart-icon-svg{transition:fill .3s,stroke .3s}.heart-btn.active .heart-icon-svg{fill:var(--accent-tertiary);stroke:var(--accent-tertiary);animation:.4s cubic-bezier(.175,.885,.32,1.275) heartPop}@media (width<=900px){:root{--sidebar-width:0px!important}aside{display:none!important}}@media (width<=600px){.header-glass{flex-direction:column!important;align-items:stretch!important;gap:12px!important;padding:12px 20px!important}.header-glass h2{font-size:22px!important}main{padding-bottom:calc(var(--player-height) + 120px)!important}.acrylic{flex-direction:column!important;height:auto!important;padding:12px 12px 24px!important}.player-info-container{width:100%!important;margin-bottom:12px!important}.player-interaction-container{justify-content:center!important;width:100%!important}}
