:root{color-scheme:light;--bg: #f6f3ef;--panel: #ffffff;--panel-veil: rgba(255, 255, 255, .72);--panel-veil-strong: rgba(255, 255, 255, .82);--panel-chip: rgba(255, 255, 255, .86);--ghost: rgba(20, 20, 20, .06);--scroll: rgba(20, 20, 20, .2);--cover-bg: #f3f0ec;--placeholder-gradient: linear-gradient(135deg, #f9ece0, #f0e2d6);--placeholder-ink: rgba(20, 20, 20, .4);--field-border: rgba(20, 20, 20, .18);--panel-border: rgba(20, 20, 20, .12);--ink: #141414;--muted: #5c5c5c;--selection: #2f6df6;--accent: #2f6df6;--accent-dark: #1f57d6;--mint: #1f9d8b;--control-bg: rgba(20, 20, 20, .18);--audio-width: min(560px, 55vw);--audio-max-width: 400px;--shadow: rgba(20, 20, 20, .12);--shadow-strong: rgba(20, 20, 20, .2);--bg-gradient: radial-gradient(circle at top, #ffe9d6 0%, #f7f2ea 40%, #efe8df 100%);--overlay-1: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, .5), transparent 40%);--overlay-2: radial-gradient(circle at 80% 10%, rgba(248, 230, 214, .7), transparent 45%);--overlay-3: repeating-linear-gradient(120deg, rgba(20, 20, 20, .02), rgba(20, 20, 20, .02) 1px, transparent 1px, transparent 10px)}body.theme-dark{color-scheme:dark;--bg: #060606;--panel: #141414;--panel-veil: rgba(16, 16, 16, .78);--panel-veil-strong: rgba(16, 16, 16, .88);--panel-chip: rgba(24, 24, 24, .9);--ghost: rgba(255, 255, 255, .08);--scroll: rgba(255, 255, 255, .22);--cover-bg: #181818;--placeholder-gradient: linear-gradient(135deg, #1d1d1d, #121212);--placeholder-ink: rgba(255, 255, 255, .4);--field-border: rgba(255, 255, 255, .2);--panel-border: rgba(255, 255, 255, .16);--ink: #f3eee6;--muted: #bcb6ae;--selection: #7aa7ff;--accent: #4b82ff;--accent-dark: #2f6df6;--mint: #4bc3a5;--control-bg: rgba(255, 255, 255, .18);--shadow: rgba(0, 0, 0, .45);--shadow-strong: rgba(0, 0, 0, .7);--bg-gradient: radial-gradient(circle at top, #1b1b1b 0%, #0f0f0f 55%, #060606 100%);--overlay-1: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, .08), transparent 40%);--overlay-2: radial-gradient(circle at 80% 10%, rgba(255, 255, 255, .05), transparent 45%);--overlay-3: repeating-linear-gradient(120deg, rgba(255, 255, 255, .03), rgba(255, 255, 255, .03) 1px, transparent 1px, transparent 10px)}*{box-sizing:border-box}html,body{width:100%;height:100%;overflow-x:hidden;overscroll-behavior:none}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}body{margin:0;font-family:Space Grotesk,Avenir Next,Segoe UI,sans-serif;color:var(--ink);background:var(--bg);min-height:100vh;min-height:100svh;overflow:hidden}body:before{content:none}#root{height:100%}.app{position:relative;z-index:1;display:flex;flex-direction:column;min-height:100vh;min-height:100svh;height:100%}.brand{display:flex;align-items:center;gap:14px}.logo{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;font-weight:700;background:var(--ink);color:#fff;letter-spacing:1px}.title-group .title{font-size:1.25rem;font-weight:700}.title-group .subtitle{font-size:.9rem;color:var(--muted)}.status{font-size:.9rem;padding:6px 12px;border-radius:999px;background:var(--ghost);color:var(--muted);justify-self:start;cursor:pointer}.status[data-tone=ok]{background:#1f9d8b1f;color:var(--mint)}.status[data-tone=warn]{background:#f05d5e26;color:var(--accent-dark)}.status[data-tone=info]{background:#14141414;color:var(--ink)}button{font-family:inherit;color:inherit}button.ghost,button.primary,button.icon{border:none;border-radius:999px;cursor:pointer;padding:10px 18px;font-weight:600;transition:transform .2s ease}button.ghost{background:var(--panel);color:var(--ink);box-shadow:none}button.ghost.is-active{background:var(--ink);color:var(--panel)}button.ghost:hover{transform:translateY(-1px);box-shadow:none}button.primary{background:var(--accent);color:#fff;box-shadow:none}button.primary:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}button.icon{width:34px;height:34px;padding:0;background:var(--ghost);color:var(--ink)}.main{flex:1;display:grid;grid-template-columns:minmax(0,1fr);gap:20px;padding:24px 32px 20px;min-height:0}.coverflow-section{--lyrics-rail: 400px;--playlist-rail: 400px;--cover-size: 420px;--album-line-offset: 14px;--album-count-top: 14px;--album-count-pad: 24px;position:relative;background:transparent;border-radius:28px;padding:22px 24px 18px;box-shadow:none;display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:1fr;gap:12px;min-height:0;height:100%}.corner-links{position:absolute;top:calc(18px + env(safe-area-inset-top));left:calc(18px + env(safe-area-inset-left));display:inline-flex;align-items:center;gap:8px;z-index:5}.corner-link{display:inline-flex;align-items:center;justify-content:center;gap:0;padding:2px 6px;border-radius:999px;text-decoration:none;font-size:.85rem;font-weight:600;border:1px solid rgba(255,255,255,.16);box-shadow:0 12px 26px #0000002e;transition:transform .2s ease,box-shadow .2s ease}.corner-link:hover,.corner-link:focus-visible{transform:translateY(-1px);box-shadow:0 14px 28px #0000003d}.corner-link:focus-visible{outline:2px solid var(--selection);outline-offset:2px}.corner-link-icon{width:16px;height:16px;fill:currentColor}.github-link{background:#24292f;color:#fff}.buymeacoffee-link{background:#fd0;color:#3b2f1a;border-color:#3b2f1a33}body.theme-dark .github-link{background:#f6f8fa;color:#24292f;border-color:#24292f2e;box-shadow:0 12px 26px #00000073}body.theme-dark .buymeacoffee-link{box-shadow:0 12px 26px #00000073}.lyrics-toggle,.playlist-toggle,.control-icon{width:40px;height:40px;border-radius:14px;border:1px solid var(--field-border);background:var(--ghost);color:var(--muted);box-shadow:none;display:grid;place-items:center;cursor:pointer;line-height:1;font-size:1rem;transition:transform .2s ease,color .2s ease,border-color .2s ease;flex-shrink:0}.lyrics-toggle,.playlist-toggle{position:relative}.lyrics-toggle:hover,.playlist-toggle:hover,.control-icon:hover{transform:translateY(-1px);color:var(--ink);border-color:var(--panel-border)}.favorite-toggle.is-active{color:#e24b4b;border-color:#e24b4b8c;background:#e24b4b1f;box-shadow:0 0 0 2px #e24b4b47;transform:translateY(-1px) scale(1.05)}body.is-lyrics-open .lyrics-toggle,body.is-playlist-open .playlist-toggle{color:#fff;border-color:var(--selection);background:var(--selection);box-shadow:0 0 0 2px #2f6df659;transform:translateY(-1px) scale(1.05)}body.is-lyrics-open .lyrics-toggle:after,body.is-playlist-open .playlist-toggle:after{content:"";position:absolute;top:-3px;right:-3px;width:8px;height:8px;border-radius:999px;background:var(--mint);border:2px solid var(--panel)}.coverflow{display:grid;grid-template-columns:minmax(0,1fr);align-items:center;gap:12px;min-height:0;height:100%;grid-column:1;grid-row:1}.coverflow-stage{height:100%;min-height:480px;position:relative;perspective:1400px;perspective-origin:center;-webkit-perspective:1400px;-webkit-perspective-origin:center;overflow:visible;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;transform:translateZ(0);-webkit-transform:translateZ(0);touch-action:pan-y}.coverflow-stage.safari-perspective-kick{perspective:1401px}.coverflow-empty{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;gap:10px;text-align:center;padding:24px;color:var(--muted);opacity:0;pointer-events:none;transition:opacity .3s ease}.coverflow-empty.is-visible{opacity:1;pointer-events:auto}.coverflow-empty-icon{width:46px;height:46px;border-radius:16px;border:1px solid var(--panel-border);background:var(--ghost);display:grid;place-items:center;font-size:1.2rem;color:var(--ink);box-shadow:none}.coverflow-empty-title{color:var(--ink);font-weight:600}.coverflow-empty-sub{max-width:320px;font-size:.9rem}.coverflow-empty-brand{display:inline-flex;align-items:center;gap:12px;color:var(--ink);font-size:1.6rem;font-weight:700;letter-spacing:.02em}.coverflow-empty-logo{width:48px;height:48px;object-fit:contain}.coverflow-empty-connect{margin-top:6px}.coverflow-empty.is-brand-only .coverflow-empty-icon,.coverflow-empty.is-brand-only .coverflow-empty-title,.coverflow-empty.is-brand-only .coverflow-empty-sub{display:none}.coverflow-empty.is-brand .coverflow-empty-sub{color:var(--muted)}.coverflow-track{position:absolute;top:0;right:0;bottom:0;left:0;perspective:1400px;perspective-origin:center;-webkit-perspective:1400px;-webkit-perspective-origin:center;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;transform:translateZ(0);-webkit-transform:translateZ(0);touch-action:pan-y}.coverflow-track.safari-3d-kick{transform:translateZ(.01px);-webkit-transform:translateZ(.01px)}.coverflow-item{position:absolute;top:50%;left:50%;--cover-spacing: 300px;--cover-depth: -190px;--cover-tilt: -24deg;--reflection-gap: 3px;--reflection-height: 110px;width:var(--cover-size);height:var(--cover-size);border-radius:0;overflow:visible;border:none;padding:0;background:transparent;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;transform:translate(-50%,-50%) translate(calc(var(--offset) * var(--cover-spacing))) translateZ(calc(var(--abs) * var(--cover-depth))) rotateY(calc(var(--offset) * var(--cover-tilt)));transition:transform .45s ease,opacity .3s ease;cursor:pointer}.coverflow-item.is-active{cursor:default}.coverflow-item:not(.is-active){cursor:pointer}.coverflow-item.is-active,.coverflow-item.is-near{will-change:transform}.coverflow-item:focus-visible{outline:none}.coverflow-item.is-active{box-shadow:none}.coverflow-card{position:relative;width:100%;height:100%;z-index:1;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;transform:translateZ(0);background:var(--cover-bg);box-shadow:none;transition:transform .6s ease}.coverflow-item.is-active .coverflow-card{box-shadow:none}.coverflow-item.is-open .coverflow-card{transform:translateZ(0) rotateY(180deg)}.coverflow-face{position:absolute;top:0;right:0;bottom:0;left:0;backface-visibility:hidden;-webkit-backface-visibility:hidden;transform:translateZ(0);border-radius:0;overflow:visible}.coverflow-media{position:relative;width:100%;height:100%;border-radius:0;-webkit-box-reflect:none}.coverflow-item.with-reflection .coverflow-media{-webkit-box-reflect:below var(--reflection-gap) linear-gradient(to bottom,rgba(0,0,0,0) 50%,rgba(0,0,0,.5) 100%,rgba(0,0,0,0) 100%)}@supports (-webkit-touch-callout: none){.coverflow-section{--cover-size: 340px}.coverflow-item{--cover-spacing: 220px;--cover-depth: -130px;--cover-tilt: -20deg}.coverflow-card,.coverflow-item.is-active .coverflow-card{box-shadow:none}.coverflow-item.is-open .coverflow-card{transform:translateZ(0) rotateY(180deg)}.lyrics-panel,.playlist-panel,dialog,.typeahead{box-shadow:none}}.coverflow-front img{width:100%;height:100%;object-fit:cover;display:block;border-radius:0}.coverflow-front .placeholder{width:100%;height:100%;display:grid;place-items:center;font-size:2rem;font-weight:700;color:var(--placeholder-ink);background:var(--placeholder-gradient);border-radius:0}.coverflow-back{transform:rotateY(180deg);background:var(--panel);color:var(--ink);display:none;flex-direction:column;padding:16px 16px 14px;gap:10px;overflow:hidden}.coverflow-item.is-open .coverflow-back{display:flex}.coverflow-item.is-open .coverflow-front{display:none}.coverflow-back-header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.coverflow-back-title{display:grid;gap:4px}.coverflow-back-title .title{font-size:1.05rem;font-weight:700}.coverflow-back-title .subtitle{font-size:.85rem;color:var(--muted)}.coverflow-back-body{flex:1;min-height:0;overflow:hidden}.coverflow-back .tracklist{max-height:100%;overflow-y:auto;padding:8px 6px 6px 10px;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.lyrics-panel{background:var(--panel-veil);border-radius:22px;padding:14px 18px 16px;display:grid;grid-template-rows:auto 1fr;gap:10px;box-shadow:none;position:absolute;top:16px;right:16px;bottom:16px;width:var(--lyrics-rail);min-height:0;max-height:100%;overflow:hidden;min-width:0;opacity:0;transform:translate(110%);pointer-events:none;transition:opacity .3s ease,transform .35s ease;z-index:3}.coverflow-section.is-lyrics-open .lyrics-panel{opacity:1;transform:translate(0);pointer-events:auto}.lyrics-header{display:flex;align-items:center;justify-content:flex-start;gap:12px}.lyrics-header-text{display:grid;gap:4px}.lyrics-title{font-weight:600;letter-spacing:.3px}.lyrics-status{font-size:.85rem;color:var(--muted)}.lyrics-viewport{height:100%;min-height:0;overflow-y:auto;position:relative;padding-left:22px;padding-right:12px;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.lyrics-header-text,.lyrics-viewport{transition:opacity .25s ease}.lyrics-track{display:grid;gap:6px;transition:transform .4s ease;padding-left:4px;padding-right:4px}.lyrics-line{font-size:.9rem;opacity:.45;transform-origin:left center;transition:opacity .3s ease,transform .3s ease}.lyrics-line.is-active{opacity:1;font-weight:600;transform:scale(1.03)}.lyrics-line.is-next{opacity:.75}.playlist-panel{background:var(--panel-veil);border-radius:22px;padding:14px 18px 16px;display:grid;grid-template-rows:auto 1fr;gap:10px;box-shadow:none;position:absolute;top:16px;right:16px;bottom:16px;width:var(--playlist-rail);min-height:0;max-height:100%;overflow:hidden;min-width:0;opacity:0;transform:translate(110%);pointer-events:none;transition:opacity .3s ease,transform .35s ease;z-index:3}.coverflow-section.is-playlist-open .playlist-panel{opacity:1;transform:translate(0);pointer-events:auto}.playlist-header{display:flex;align-items:center;gap:10px}.playlist-header-text{display:grid;gap:4px;min-width:0}.playlist-title{font-weight:600;letter-spacing:.3px}.playlist-status{font-size:.85rem;color:var(--muted)}.playlist-body{min-height:0;overflow:hidden;display:grid}.playlist-list{display:grid;gap:6px;overflow-y:auto;padding-right:6px;height:100%;min-height:0;align-content:start;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.playlist-panel .tracklist{gap:6px;align-content:start}.playlist-panel[data-view=list] .playlist-tracklist,.playlist-panel[data-view=tracks] .playlist-list{display:none}.playlist-tracklist{max-height:none;height:100%;min-height:0}.playlist-entry{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center;padding:12px 14px;height:64px;border-radius:14px;background:var(--panel-chip);box-shadow:none;cursor:pointer;border:1px solid transparent;text-align:left}.playlist-entry:hover{border-color:var(--panel-border)}.playlist-entry.is-active{border-color:var(--accent);background:#f05d5e14}.playlist-name{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.playlist-count{font-size:.85rem;color:var(--muted);white-space:nowrap}.album-meta{position:absolute;top:0;right:0;bottom:0;left:0;min-height:0;z-index:4;pointer-events:none}.album-line{position:absolute;left:50%;top:calc(50% + (var(--cover-size) * .5) + var(--album-line-offset));transform:translate(-50%);font-size:1rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;text-align:center;max-width:min(78vw,520px)}.album-count{position:absolute;top:calc(var(--album-count-top) + env(safe-area-inset-top));right:var(--album-count-pad);color:var(--muted);font-size:.85rem;white-space:nowrap}.tracklist{display:grid;gap:10px;max-height:420px;overflow-y:auto;padding-right:6px;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.playlist-panel .playlist-tracklist{max-height:none;height:100%}.playlist-panel .track{height:64px}.playlist-panel .track-title,.playlist-panel .track-meta{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tracklist::-webkit-scrollbar{width:6px}.tracklist::-webkit-scrollbar-thumb{background:var(--scroll);border-radius:999px}.track{display:grid;grid-template-columns:32px 1fr auto;gap:10px;align-items:center;padding:10px 12px;border-radius:14px;background:var(--panel-chip);box-shadow:none;cursor:pointer;border:none;text-align:left}.track:focus-visible{outline:2px solid var(--selection);outline-offset:2px}.track span{font-size:.95rem}.track-tail{display:inline-flex;align-items:center;gap:6px;justify-self:end}.track-favorite{color:#e24b4b;font-size:.95rem;line-height:1}.track .track-title{font-weight:600}.track .track-meta{display:none;color:var(--muted);font-size:.85rem}.track.is-playing{background:#2f6df62e;box-shadow:none}.empty{color:var(--muted);padding:18px 0}.player{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 32px 26px}.player-left{display:flex;align-items:center;gap:14px}.ad-slot{display:none;align-items:center;justify-content:center;width:728px;height:90px;padding:0;border-radius:14px;background:var(--panel-chip);color:var(--muted);font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;position:fixed;top:calc(12px + env(safe-area-inset-top));left:50%;transform:translate(-50%);z-index:7;pointer-events:auto}.ad-slot.is-visible{display:flex}.ad-slot .ad-fallback{opacity:.65}.ad-slot ins,.ad-slot iframe{width:100%;height:100%}.footer-controls{display:flex;align-items:center}.now-playing{display:flex;align-items:center;gap:14px}.now-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.now-actions .lyrics-toggle,.now-actions .playlist-toggle,.now-actions .control-icon{background:var(--control-bg);box-shadow:none;font-size:1.1rem}.player-collapse{display:none;position:relative;font-size:0;line-height:1}.player-collapse:before,.player-reveal:before,.player-reveal:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:currentColor;border-radius:999px}.player-collapse:before,.player-reveal:before{width:12px;height:2px}.player-reveal:after{width:2px;height:12px}.player-reveal{display:none;align-items:center;justify-content:center;position:relative;min-width:44px;height:22px;padding:0 10px;border-radius:999px;border:1px solid var(--field-border);background:var(--ghost);color:var(--ink);font-size:0;line-height:1;cursor:pointer;transition:transform .2s ease,color .2s ease,border-color .2s ease}.player-reveal:hover{transform:translateY(-1px);color:var(--ink);border-color:var(--panel-border)}.player.is-collapsed .player-left,.player.is-collapsed #audio{display:none}.player.is-collapsed .player-reveal{display:inline-flex}.now-cover{width:54px;height:54px;border-radius:14px;background:var(--placeholder-gradient);box-shadow:none;background-size:cover;background-position:center;cursor:pointer}.now-cover:focus-visible{outline:2px solid var(--selection);outline-offset:3px}.now-info{display:grid;gap:2px;min-width:250px;max-width:250px;flex:0 0 250px}.now-title{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.now-sub{color:var(--muted);font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#audio{width:var(--audio-width);max-width:var(--audio-max-width)}dialog{border:none;border-radius:24px;padding:24px;width:min(520px,90vw);background:var(--panel);color:var(--ink);box-shadow:none}dialog::backdrop{background:#14141459}.dialog-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.dialog-title{font-size:1.3rem;font-weight:700}.dialog-sub{color:var(--muted);font-size:.9rem}.dialog-body{display:grid;gap:14px}.advanced-auth{border:1px solid var(--field-border);border-radius:14px;padding:10px 12px;background:#ffffff05}.advanced-auth summary{cursor:pointer;display:flex;align-items:center;justify-content:space-between;font-weight:600;font-size:.9rem;list-style:none}.advanced-auth summary::-webkit-details-marker{display:none}.advanced-auth summary:after{content:"+";font-weight:700}.advanced-auth[open] summary:after{content:"-"}.advanced-auth .advanced-body{margin-top:12px;display:grid;gap:14px}.divider{height:1px;background:var(--field-border);border-radius:999px;opacity:.6}.section-label{font-size:.85rem;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}.field{display:grid;gap:6px;font-size:.9rem}.field input,.field select{padding:10px 12px;border-radius:12px;border:1px solid var(--field-border);font-size:.95rem;font-family:inherit;background:transparent;color:inherit}.field-row{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;align-items:end}.toggle{display:flex;align-items:center;gap:8px;font-size:.9rem;color:var(--muted)}.dialog-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}.typeahead{position:fixed;left:50%;top:20%;transform:translate(-50%,-50%) scale(.98);font-size:clamp(2.2rem,6vw,5rem);font-weight:700;letter-spacing:.08em;text-transform:uppercase;white-space:pre;color:var(--ink);background:var(--panel-veil-strong);padding:10px 18px;border-radius:16px;box-shadow:none;opacity:0;pointer-events:none;transition:opacity .3s ease,transform .3s ease;z-index:6}.typeahead.is-active{opacity:1;transform:translate(-50%,-50%) scale(1)}@media (max-width: 960px){.player{flex-direction:column;align-items:flex-start}.ad-slot{width:100%;max-width:none}}@media (max-width: 640px){.coverflow-stage{min-height:320px}.coverflow-item{--reflection-height: 70px;--cover-spacing: 160px;--cover-depth: -95px;--cover-tilt: -22deg}@supports (-webkit-touch-callout: none){.coverflow-item{--cover-spacing: 160px;--cover-depth: -95px;--cover-tilt: -18deg}}.coverflow-section{--cover-size: 230px;--album-line-offset: 12px;--album-count-top: 12px;--album-count-pad: 20px;--lyrics-rail: 44vw}.now-actions .lyrics-toggle,.now-actions .playlist-toggle,.now-actions .control-icon{width:44px;height:44px;border-radius:16px;font-size:1.35rem}}@media (max-width: 540px){:root{--audio-width: min(160px, 38vw);--audio-max-width: 180px}body{font-size:.95rem}.main{padding:0 18px;gap:16px}.coverflow-section{padding:16px 16px 12px;--cover-size: 230px;--album-line-offset: 10px;--album-count-top: 10px;--album-count-pad: 18px}.coverflow-stage{min-height:280px}.coverflow-item{--reflection-height: 70px;--cover-spacing: 160px;--cover-depth: -95px;--cover-tilt: -20deg}@supports (-webkit-touch-callout: none){.coverflow-item{--cover-spacing: 160px;--cover-depth: -95px;--cover-tilt: -18deg}}.album-line{font-size:.95rem}.player{position:absolute;left:0;right:0;bottom:calc(12px + env(safe-area-inset-bottom));padding:0 18px;display:grid;grid-template-columns:minmax(0,1fr) minmax(120px,var(--audio-width));column-gap:10px;align-items:center;justify-content:stretch;pointer-events:none;z-index:6}.player.is-collapsed{grid-template-columns:1fr;justify-items:center;padding:6px 0 8px}.player-left{flex:1 1 auto;min-width:0;gap:8px;position:relative;align-self:center;pointer-events:auto}.ad-slot{display:none}.now-playing{max-width:100%;flex-wrap:nowrap;min-width:0;gap:8px}.now-cover{width:40px;height:40px;border-radius:10px}.now-actions{gap:4px;pointer-events:auto}.now-actions .lyrics-toggle,.now-actions .playlist-toggle,.now-actions .control-icon{width:48px;height:48px;border-radius:18px;font-size:1.5rem}#audio{width:100%;min-width:120px;align-self:center;pointer-events:auto}.status{width:32px;height:32px;padding:0;border-radius:16px;border:1px solid var(--field-border);font-size:0;display:grid;place-items:center;background:var(--ghost);color:var(--muted);transition:transform .2s ease,color .2s ease,border-color .2s ease;pointer-events:auto}.status:before{content:"●";font-size:.85rem;line-height:1}.footer-controls{position:absolute;left:0;top:-6px;pointer-events:auto}.player-collapse{display:grid;width:32px;height:32px;pointer-events:auto}.player-reveal{pointer-events:auto}.tracklist{gap:8px}.track{padding:8px 10px;grid-template-columns:1fr}.track span{font-size:12px}.track span:first-child,.track span:last-child{display:none}.track-favorite{display:none}.track .track-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.track .track-meta{display:block;font-size:10px}.playlist-entry{height:56px;padding:10px 12px}.playlist-name{font-size:12px}.playlist-count{font-size:10px}}@media (max-height: 700px){.coverflow-stage{min-height:240px}.player{padding-bottom:16px}}@media (max-height: 520px) and (orientation: landscape){:root{--audio-width: min(150px, 36vw);--audio-max-width: 170px}.main{padding:0 16px}.coverflow-section{padding:12px 14px 10px;--cover-size: 230px;--album-line-offset: 8px;--album-count-top: 8px;--album-count-pad: 16px}.coverflow-stage{min-height:200px}.coverflow-item{--reflection-height: 65px;--cover-spacing: 160px;--cover-depth: -95px;--cover-tilt: -20deg}@supports (-webkit-touch-callout: none){.coverflow-item{--cover-spacing: 160px;--cover-depth: -95px;--cover-tilt: -18deg}}.album-line{font-size:.9rem}.player{padding:10px 16px 12px;display:grid;grid-template-columns:minmax(0,1fr) minmax(110px,var(--audio-width));column-gap:8px;align-items:center;justify-content:stretch}.player.is-collapsed{grid-template-columns:1fr;justify-items:center;padding:6px 0}.player-left{flex:1 1 auto;min-width:0;gap:6px;position:relative;align-self:center}.now-playing{max-width:100%;flex-wrap:nowrap;min-width:0;gap:6px}.now-cover{width:38px;height:38px;border-radius:10px}.now-title,.now-sub{font-size:.85rem}.now-actions{gap:4px}.now-actions .lyrics-toggle,.now-actions .playlist-toggle,.now-actions .control-icon{width:40px;height:40px;border-radius:14px;font-size:1.2rem}#audio{width:100%;min-width:110px;align-self:center}.status{width:24px;height:24px;padding:0;border-radius:12px;border:1px solid var(--field-border);font-size:0;display:grid;place-items:center;background:var(--ghost);color:var(--muted);transition:transform .2s ease,color .2s ease,border-color .2s ease}.status:before{content:"●";font-size:.8rem;line-height:1}.footer-controls{position:absolute;left:0;top:-5px}.player-collapse{display:grid;width:24px;height:24px}.tracklist{gap:6px}.track{padding:7px 10px;grid-template-columns:1fr}.track span{font-size:11px}.track span:first-child,.track span:last-child{display:none}.track-favorite{display:none}.track .track-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.track .track-meta{display:block;font-size:10px}.playlist-entry{height:52px;padding:9px 12px}.playlist-name{font-size:11px}.playlist-count{font-size:10px}}@media (min-width: 1400px){.coverflow-stage{min-height:580px}.coverflow-section{--cover-size: 600px}.coverflow-item{--reflection-height: 170px;--cover-spacing: 430px;--cover-depth: -280px;--cover-tilt: -24deg}@supports (-webkit-touch-callout: none){.coverflow-section{--cover-size: 420px}.coverflow-item{--cover-spacing: 260px;--cover-depth: -170px;--cover-tilt: -20deg}}}.track,.playlist-entry{color:var(--ink)}.track .track-meta,.playlist-count{color:var(--muted)}a[x-apple-data-detectors],a[x-apple-data-detectors]:hover,a[x-apple-data-detectors]:active,a[x-apple-data-detectors]:focus{color:inherit!important;text-decoration:none}
