@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;600&family=Lora:ital,wght@0,400;0,600;1,400&display=swap";:root{--font-heading: "Cormorant Garamond", serif;--font-body: "Lora", serif;--color-bg: #f3f2f2;--color-surface: #eae9e9;--color-text: #201f1d;--color-accent: #b68235;--color-accent-100: #fff3e4;--color-accent-600: #a06f24;--color-accent-700: #7d5411;--color-divider: rgba(32, 31, 29, .16);--shadow-lg: 0 20px 44px rgba(20, 18, 16, .38);--shadow-md: 0 3px 10px rgba(45, 43, 43, .16);--bar-h: 58px;--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px)}:root[data-theme=dark]{--color-bg: #1c1a17;--color-surface: #272420;--color-text: #f2eeea;--color-accent: #e1ad66;--color-divider: rgba(242, 238, 234, .14);--shadow-md: none}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body,#root{height:100%}body{margin:0;background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);-webkit-font-smoothing:antialiased;overscroll-behavior:none;transition:background .25s ease,color .25s ease}#root{max-width:520px;margin:0 auto;position:relative;isolation:isolate}a{color:inherit;text-decoration:none}button{font-family:inherit;color:inherit;border:none;background:none;cursor:pointer;-webkit-tap-highlight-color:transparent}h1,h2,h3,p{margin:0}::-webkit-scrollbar{width:0;height:0}.app{min-height:100dvh;position:relative}.screen{min-height:100dvh;position:relative;padding-top:calc(var(--safe-top) + 20px)}.screen.with-dock{padding-bottom:calc(var(--bar-h) + 118px + var(--safe-bottom))}.screen.with-utility-dock{display:flex;flex-direction:column;padding-bottom:calc(28px + var(--safe-bottom))}.fade-page{will-change:opacity,transform}.circle-btn{width:32px;height:32px;border-radius:50%;background:var(--color-surface);border:1px solid var(--color-divider);display:flex;align-items:center;justify-content:center;color:var(--color-text);box-shadow:var(--shadow-md);flex-shrink:0}.hero{min-height:calc(100dvh - 300px - var(--safe-top));display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:20vh 24px 0}.hero-brand{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:14px}.hero-brand img{width:22px;height:22px;border-radius:50%;object-fit:cover}.hero-brand span{font-family:var(--font-heading);font-weight:600;font-size:15px}.now-playing-label{font-size:11px;letter-spacing:.12em;text-transform:uppercase;opacity:.55;display:flex;align-items:center;gap:7px}.equalizer{display:flex;align-items:flex-end;gap:2px;height:10px}.equalizer span{width:2px;background:var(--color-accent);border-radius:1px;transition:height .1s linear}.play-ring-wrap{position:relative;width:92px;height:92px}.ring-canvas{position:absolute;left:50%;top:50%;width:300px;height:300px;transform:translate(-50%,-50%);pointer-events:none}.wave-orb{position:absolute;left:50%;top:50%;width:440px;height:440px;transform:translate(-50%,-50%);pointer-events:none}.play-button{position:absolute;top:0;right:0;bottom:0;left:0;width:92px;height:92px;border-radius:50%;border:1.5px solid var(--color-accent);background:var(--color-bg);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-md);cursor:pointer;color:var(--color-accent)}.play-button:active{transform:scale(.97)}.play-button.lg{width:64px;height:64px;position:static}.now-title{text-align:center;margin-top:4px}.now-title .t{font-family:var(--font-heading);font-weight:600;font-size:23px}.now-title .a{font-size:13px;opacity:.6;margin-top:2px}.wave-label{font-family:var(--font-heading);font-weight:600;font-size:23px;letter-spacing:.02em}.mini-player{position:fixed;left:18px;right:18px;max-width:484px;margin:0 auto;bottom:calc(var(--bar-h) + 40px + var(--safe-bottom));height:60px;border-radius:16px;background:var(--color-surface);border:1px solid var(--color-divider);box-shadow:var(--shadow-md);display:flex;align-items:center;gap:10px;padding:0 10px;z-index:20}.mini-player .mp-art{width:40px;height:40px;border-radius:8px;overflow:hidden;flex-shrink:0}.mini-player .mp-art img,.mini-player .mp-art .track-art{width:100%;height:100%}.mini-player .mp-meta{flex:1;min-width:0}.mini-player .mp-name{font-size:13px;font-weight:600;font-family:var(--font-heading);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mini-player .mp-artist{font-size:11px;opacity:.55;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mini-player .mp-icon{color:var(--color-accent);display:flex;flex-shrink:0}.bottom-dock{position:fixed;left:20px;right:20px;max-width:480px;margin:0 auto;bottom:calc(22px + var(--safe-bottom));height:58px;border-radius:29px;background:var(--color-surface);border:1px solid var(--color-divider);box-shadow:var(--shadow-md);display:flex;align-items:center;justify-content:space-around;z-index:30}.bottom-dock .dock-item{display:flex;align-items:center;justify-content:center;color:var(--color-text);opacity:.5;padding:10px}.bottom-dock .dock-item.active{color:var(--color-accent);opacity:1}.utility-dock{display:flex;align-items:center;justify-content:space-evenly;gap:28px;padding-top:40px}.player-art-scroller{flex:1;display:flex;align-items:center;min-height:0;padding-top:24px;overflow-x:auto;scrollbar-width:none}.player-art-scroller::-webkit-scrollbar{display:none}.player-art-row{display:flex;gap:16px;padding:0 max(18px,calc((100% - 260px)/2));width:max-content;min-width:100%}.player-art-row .art{width:260px;height:260px;flex-shrink:0;border-radius:6px;overflow:hidden}.player-art-row .art img,.player-art-row .art .track-art{width:100%;height:100%;object-fit:cover;display:block}.player-art-row .art.next{opacity:.6}.dot-pager{display:flex;justify-content:center;gap:6px;margin-top:12px}.dot-pager i{width:16px;height:3px;border-radius:2px;background:var(--color-divider)}.dot-pager i.active{background:var(--color-accent)}.player-title{text-align:center;padding:26px 24px 0}.player-title .t{font-family:var(--font-heading);font-weight:600;font-size:25px}.player-title .a{font-size:14px;color:var(--color-accent-700);margin-top:4px;display:inline-block;text-decoration:underline;text-decoration-style:dotted;text-decoration-color:var(--color-divider);text-underline-offset:3px;background:none}:root[data-theme=dark] .player-title .a{color:var(--color-accent)}.seek-track{padding:26px 26px 0}.seek-bar{height:2px;border-radius:1px;background:var(--color-divider);position:relative}.seek-fill{position:absolute;left:0;top:0;bottom:0;background:var(--color-accent);border-radius:1px}.seek-knob{position:absolute;top:-3px;width:8px;height:8px;border-radius:50%;background:var(--color-accent);transform:translate(-50%)}.seek-times{display:flex;justify-content:space-between;font-size:11px;opacity:.55;margin-top:6px}.transport-row{display:flex;align-items:center;justify-content:center;gap:36px;padding:28px 0 0;color:var(--color-text)}.transport-row button{color:inherit;display:flex}.transport-row .center-play{width:64px;height:64px;border-radius:50%;border:1.5px solid var(--color-accent);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-md);color:var(--color-accent)}.lyrics-header{padding:20px 22px 0;display:flex;align-items:center;justify-content:center}.lyrics-header .pill{display:flex;align-items:center;gap:10px}.lyrics-header .pill .t{font-size:13px;font-family:var(--font-heading);font-weight:600}.lyrics-header .pill .a{font-size:11px;opacity:.5}.lyrics-body{min-height:calc(100dvh - 340px - var(--safe-top));display:flex;flex-direction:column;justify-content:center;gap:26px;text-align:center;padding:40px 28px 0}.lyrics-line{font-family:var(--font-heading);font-weight:400;font-size:16px;opacity:.28;transition:opacity .3s ease,font-size .3s ease,font-weight .3s ease}.lyrics-line.near{font-size:18px;opacity:.42}.lyrics-line.current{font-family:var(--font-heading);font-weight:600;font-size:28px;color:var(--color-text);line-height:1.25;opacity:1}.lyrics-empty{font-size:15px;opacity:.45;font-style:italic}.liked-header{padding:0 24px}.liked-header .row{display:flex;align-items:center;justify-content:space-between;margin-top:16px}.liked-header .title{font-family:var(--font-heading);font-weight:600;font-size:28px}.liked-header .count{font-size:12px;opacity:.55;margin-top:2px}.play-all-btn{width:44px;height:44px;border-radius:50%;border:1.5px solid var(--color-accent);display:flex;align-items:center;justify-content:center;color:var(--color-accent);flex-shrink:0}.liked-list{padding:24px 24px 0}.track-row{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid var(--color-divider);width:100%;text-align:left}.track-row .art{width:44px;height:44px;border-radius:6px;flex-shrink:0;overflow:hidden}.track-row .art img,.track-row .art .track-art{width:100%;height:100%;object-fit:cover}.track-row .meta{flex:1;min-width:0}.track-row .name{font-size:14px;font-family:var(--font-heading);font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.track-row .artist{font-size:12px;opacity:.55;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.track-row .heart{color:var(--color-accent);flex-shrink:0;display:flex}.empty-hint{margin-top:18px;padding:20px;border-radius:16px;background:var(--color-surface);border:1px dashed var(--color-divider);font-size:14px;opacity:.7;line-height:1.6}.empty-hint code{background:#80808029;padding:2px 6px;border-radius:6px}.profile-header{padding:6px 27px 0;font-family:var(--font-heading);font-weight:600;font-size:28px}.profile-user{padding:32px 24px 0;display:flex;align-items:center;gap:14px}.profile-avatar{width:64px;height:64px;border-radius:50%;border:1px solid var(--color-divider);flex-shrink:0;display:flex;align-items:center;justify-content:center;overflow:hidden;background:repeating-linear-gradient(45deg,var(--color-bg) 0 6px,var(--color-surface) 6px 12px);font-family:var(--font-heading);font-weight:600;font-size:22px;color:var(--color-accent)}.profile-avatar img{width:100%;height:100%;object-fit:cover}.profile-name{font-family:var(--font-heading);font-weight:600;font-size:19px}.profile-handle{font-size:12px;opacity:.5;margin-top:2px}.profile-divider{margin:24px 24px 0;height:1px;background:var(--color-divider)}.profile-row{margin:0 24px;display:flex;align-items:center;justify-content:space-between;padding:16px 0;width:calc(100% - 48px);text-align:left}.profile-row .left{display:flex;align-items:center;gap:10px;color:var(--color-accent)}.profile-row .left span{color:var(--color-text);font-size:14px}.profile-row .right{display:flex;align-items:center;gap:8px;opacity:.6;font-size:12px}.profile-footer{position:absolute;bottom:calc(var(--bar-h) + 40px + 60px + 24px + var(--safe-bottom));left:24px;right:24px;text-align:center;font-size:11px;opacity:.4}.splash{min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:22px;background:var(--color-bg);color:var(--color-text)}.splash img{width:88px;height:88px;border-radius:50%;object-fit:cover;animation:logoIn 1.1s ease-out}.splash-word{text-align:center}.splash-word .brand{font-family:var(--font-heading);font-weight:600;font-size:24px;letter-spacing:.01em}.splash-word .sub{font-family:var(--font-heading);font-weight:400;font-size:15px;letter-spacing:.18em;text-transform:uppercase;opacity:.6;margin-top:2px}.splash-bar{width:120px;height:2px;background:var(--color-divider);border-radius:1px;overflow:hidden;margin-top:8px}.splash-bar i{display:block;height:100%;background:var(--color-accent);animation:barGrow 1.6s ease-in-out infinite alternate}.splash-caption{font-style:italic;font-size:12px;opacity:.5}@keyframes logoIn{0%{opacity:0;transform:scale(.85)}60%{opacity:1;transform:scale(1.03)}to{opacity:1;transform:scale(1)}}@keyframes barGrow{0%{width:8%}to{width:64%}}@media (prefers-reduced-motion: reduce){.splash img,.splash-bar i{animation:none!important}}
