*{box-sizing:border-box}:root{color-scheme:dark;--bg: #030303;--surface: #212121;--surface-hover: #2a2a2a;--border: #3a3a3a;--text: #f1f1f1;--text-muted: #aaaaaa;--accent: #ff0033;--topbar-height: 60px;--page-pad: 1.5rem}body{margin:0;background:var(--bg) radial-gradient(circle at 50% 0%,#2a0a10 0%,var(--bg) 60%) fixed;color:var(--text);font-family:Roboto,Segoe UI,system-ui,sans-serif}a{color:inherit}button,input,select{font:inherit;color:inherit}.layout{display:flex;align-items:flex-start;padding-top:var(--topbar-height)}.topbar{position:fixed;top:0;left:0;right:0;height:var(--topbar-height);display:flex;align-items:center;gap:1.5rem;padding:0 1.25rem;background:#0b0709;border-bottom:1px solid var(--border);z-index:20}.topbar-brand{display:flex;align-items:center;gap:.6rem;flex-shrink:0;text-decoration:none;font-size:1.15rem;font-weight:600;letter-spacing:-.01em}.topbar-brand img{width:30px;height:30px}.topbar-search{flex:1;display:flex;justify-content:center}.topbar-search .search-input-wrap{width:100%;max-width:560px}.topbar-user{flex-shrink:0;width:32px;height:32px;border-radius:50%;overflow:hidden;background:var(--surface-hover)}.topbar-user img{width:100%;height:100%;object-fit:cover;display:block}.topbar-avatar-fallback{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:.9rem;font-weight:600}.page{flex:1;min-width:0;padding:1.5rem var(--page-pad);padding-bottom:6rem;max-width:1100px;margin:0 auto}.queue-panel{width:320px;flex-shrink:0;box-sizing:border-box;padding:1.5rem 1rem 6rem;border-left:1px solid var(--border);position:sticky;top:1rem;max-height:calc(100vh - var(--topbar-height) - 2rem);overflow-y:auto}.queue-panel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.queue-panel-header .shelf-title{margin-bottom:0}.queue-close,.queue-backdrop,.queue-toggle{display:none}.btn{background:var(--surface);border:1px solid var(--border);color:var(--text);padding:.45rem .9rem;border-radius:999px;cursor:pointer}.btn:hover{background:var(--surface-hover)}.btn-primary{background:var(--accent);border-color:var(--accent);text-decoration:none;display:inline-block}.btn-primary:hover{filter:brightness(1.1)}.btn-icon{background:transparent;border:none;color:var(--text-muted);cursor:pointer;padding:.3rem;border-radius:6px}.btn-icon:hover{color:var(--text);background:var(--surface-hover)}.btn-icon.active{color:var(--accent)}a.btn-icon{display:inline-flex;text-decoration:none}.input,.select{background:var(--surface);border:1px solid var(--border);color:var(--text);padding:.5rem .75rem;border-radius:6px}.search-input-wrap{position:relative;flex:1}.search-input{width:100%;padding-left:2.75rem;padding-right:2.5rem;border-radius:999px;height:2.5rem}.search-clear{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);display:inline-flex}.search-input:focus{outline:none;border-color:var(--accent)}.search-input-icon{position:absolute;left:.9rem;top:50%;transform:translateY(-50%);color:var(--text-muted);pointer-events:none}.search-suggestions{position:absolute;top:calc(100% + .5rem);left:50%;transform:translate(-50%);width:min(680px,calc(100vw - 2rem));padding:.4rem;background:var(--surface);border:1px solid var(--border);border-radius:14px;box-shadow:0 16px 40px #0000008c;z-index:10}.search-suggestion{display:flex;align-items:center;gap:.85rem;padding:.5rem .6rem;border-radius:10px;cursor:pointer}.search-suggestion:hover{background:var(--surface-hover)}.search-suggestion .track-thumb{width:44px;height:44px}.track-thumb.round{border-radius:50%}.track-list{display:flex;flex-direction:column;gap:.25rem}.track-row{display:flex;align-items:center;gap:.75rem;padding:.5rem;border-radius:8px}.track-row-clickable{cursor:pointer}.track-row-clickable:hover{background:var(--surface-hover)}.track-row.active{background:var(--surface-hover);box-shadow:inset 2px 0 0 var(--accent)}.track-row.dragging{opacity:.4}.queue-drop-target{outline:2px dashed var(--accent);outline-offset:-2px;border-radius:8px}.drag-overlay{background:var(--surface-hover);box-shadow:0 8px 24px #00000080;cursor:grabbing;width:280px}.track-play-btn{display:flex;flex-direction:column;flex:1;min-width:0;background:none;border:none;text-align:left;padding:0;cursor:pointer}.track-thumb{width:48px;height:48px;border-radius:6px;object-fit:cover;background:var(--border);flex-shrink:0}.track-info{display:flex;flex-direction:column;min-width:0;flex:1}.track-title{font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.track-artist{color:var(--text-muted);font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.track-menu{position:relative;flex-shrink:0}.track-menu-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40}.track-menu-backdrop{position:absolute;top:0;right:0;bottom:0;left:0}.track-menu-dropdown{position:fixed;width:170px;background:var(--surface);border:1px solid var(--border);border-radius:8px;box-shadow:0 8px 24px #00000080;overflow:hidden}.track-menu-heading{display:none;flex-direction:column;padding:.85rem 1rem;border-bottom:1px solid var(--border)}.track-menu-item{display:block;width:100%;background:none;border:none;color:var(--text);text-align:left;padding:.6rem .8rem;cursor:pointer}.track-menu-item:hover{background:var(--surface-hover)}.track-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.shelf{margin-bottom:2.25rem}.shelf-title{margin:0 0 .9rem;font-size:1.35rem;font-weight:700;letter-spacing:-.01em}.shelf-grid,.shelf-carousel{margin-left:calc(-1 * var(--page-pad));margin-right:calc(-1 * var(--page-pad));padding-left:var(--page-pad);padding-right:var(--page-pad);scroll-padding-left:var(--page-pad)}.shelf-grid{display:grid;grid-auto-flow:column;grid-template-rows:repeat(4,auto);grid-auto-columns:min(100%,420px);gap:.25rem 1.5rem;overflow-x:auto;padding-bottom:.5rem;scroll-snap-type:x mandatory}.shelf-grid>*{scroll-snap-align:start}.shelf-carousel{display:flex;gap:1rem;overflow-x:auto;padding-bottom:.5rem;scroll-snap-type:x proximity}.shelf-grid::-webkit-scrollbar,.shelf-carousel::-webkit-scrollbar{height:8px}.shelf-grid::-webkit-scrollbar-thumb,.shelf-carousel::-webkit-scrollbar-thumb{background:var(--border);border-radius:999px}.media-card{width:170px;flex-shrink:0;display:flex;flex-direction:column;gap:.15rem;cursor:pointer;text-decoration:none;scroll-snap-align:start}.media-card.dragging{opacity:.4}.media-card-art{position:relative;width:170px;height:170px;border-radius:8px;overflow:hidden;background:var(--surface);margin-bottom:.5rem}.media-card-art.round,.collection-art.round{border-radius:50%}.media-card-art img,.media-card-art-blank{width:100%;height:100%;object-fit:cover;display:block}.media-card-play{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#00000073;opacity:0;transition:opacity .15s ease}.media-card-play svg{width:42px;height:42px}.media-card:hover .media-card-play{opacity:1}.media-card-menu{position:absolute;top:.25rem;right:.25rem;opacity:0;transition:opacity .15s ease}.media-card:hover .media-card-menu{opacity:1}.media-card-menu .btn-icon{background:#0009;color:var(--text)}.media-card-title{font-weight:500;font-size:.92rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.media-card-subtitle{color:var(--text-muted);font-size:.82rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.collection-header{display:flex;gap:1.5rem;align-items:flex-end;margin-bottom:2rem}.collection-art{width:200px;height:200px;border-radius:10px;object-fit:cover;background:var(--surface);flex-shrink:0;box-shadow:0 12px 32px #00000080}.collection-meta{min-width:0}.collection-kind{text-transform:uppercase;font-size:.75rem;letter-spacing:.08em;color:var(--text-muted)}.collection-title{margin:.35rem 0 .5rem;font-size:2.25rem;line-height:1.15;letter-spacing:-.02em}.collection-subtitle{margin:0 0 .35rem;color:var(--text-muted)}.collection-play{display:inline-flex;align-items:center;gap:.4rem;margin-top:.85rem;font-weight:500}.collection-loading{color:var(--text-muted)}.track-list+.shelf{margin-top:2rem}.search-heading{margin:0 0 1.5rem;font-size:1.5rem;letter-spacing:-.01em}.track-index{width:1.75rem;flex-shrink:0;text-align:center;color:var(--text-muted);font-size:.9rem}.panel{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1rem;margin-bottom:1.5rem}.list-row{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border:1px solid var(--border);border-radius:8px;margin-bottom:.5rem}.auth-screen{min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:1.5rem}.auth-card{width:100%;max-width:360px;padding:2.5rem 2rem;text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:0 20px 60px #00000080}.auth-icon{width:72px;height:72px;border-radius:18px;margin-bottom:1rem}.auth-card h1{margin:0;font-size:1.75rem}.auth-subtitle{color:var(--text-muted);margin:.5rem 0 2rem}.auth-signin{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;width:100%;background:#fff;color:#1f1f1f;border-color:#fff;font-weight:500}.auth-signin:hover{background:#f1f1f1}.player-bar{position:fixed;bottom:0;left:0;right:0;display:flex;align-items:center;gap:1rem;padding:.4rem 1.5rem .6rem;background:var(--surface);border-top:1px solid var(--border);z-index:10}.player-body{display:flex;flex-direction:column;flex:1;min-width:0}.player-seek-row{display:flex;align-items:center;gap:.6rem}.player-seek{flex:1;height:4px;accent-color:var(--text)}.player-main-row{display:flex;align-items:center;gap:1rem;padding-top:.35rem}.player-track{display:flex;align-items:center;gap:.75rem;min-width:0;flex:1}.player-controls{display:flex;align-items:center;justify-content:center;gap:.4rem;flex:1}.player-play-btn{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:var(--text);color:var(--bg);border:none;cursor:pointer}.player-play-btn:hover{filter:brightness(.92)}.player-play-btn svg{width:18px;height:18px}.player-right{display:flex;align-items:center;gap:.5rem;flex:1;justify-content:flex-end;margin-left:auto}.player-volume{display:flex;align-items:center;gap:.5rem;color:var(--text-muted)}.player-body-idle .player-main-row{padding-top:0}.player-volume-slider{width:90px;height:4px;accent-color:var(--text)}.player-time{color:var(--text-muted);font-size:.75rem;min-width:2.5em;text-align:center}.now-playing{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;flex-direction:column;background:var(--bg) radial-gradient(circle at 50% 0%,#351018 0%,var(--bg) 55%);transform:translateY(100%);transition:transform .25s ease}.now-playing.open{transform:translateY(0)}.now-playing-handle{display:flex;align-items:center;justify-content:space-between;padding:.6rem .75rem;flex-shrink:0;touch-action:none}.now-playing-handle-label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.now-playing-body{flex:1;overflow-y:auto;padding:0 1.25rem calc(2rem + env(safe-area-inset-bottom));text-align:center}.now-playing-art{width:min(74vw,320px);height:min(74vw,320px);border-radius:14px;object-fit:cover;background:var(--surface);box-shadow:0 18px 48px #0009}.now-playing-title{margin:1.5rem 0 .25rem;font-size:1.35rem;line-height:1.25}.now-playing-artist{margin:0 0 1.25rem;color:var(--text-muted)}.now-playing-seek{width:100%;height:4px}.now-playing-times{display:flex;justify-content:space-between;margin-top:.25rem}.now-playing-controls{display:flex;align-items:center;justify-content:center;gap:1.1rem;margin:1.25rem 0 .5rem}.now-playing-controls .btn-icon svg{width:26px;height:26px}.now-playing-play{width:64px;height:64px}.now-playing-play svg{width:30px;height:30px}.now-playing-extras{display:flex;justify-content:center;margin-bottom:1.5rem}.now-playing-idle{color:var(--text-muted);margin:3rem 0}.now-playing-queue{text-align:left;border-top:1px solid var(--border);padding-top:1.25rem}.device-menu{position:relative}.device-menu-dropdown{position:absolute;right:0;bottom:100%;margin-bottom:.75rem;min-width:280px;background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:0 8px 24px #00000080;padding:.5rem;z-index:20}.device-menu-title{margin:.25rem .5rem .5rem;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.device-row{display:flex;align-items:center;gap:.6rem;padding:.5rem;border-radius:8px}.device-row:hover{background:var(--surface-hover)}.device-dot{width:8px;height:8px;flex-shrink:0;border-radius:50%;background:var(--border)}.device-dot.playing{background:var(--accent);box-shadow:0 0 0 3px #f033}.device-row-info{display:flex;flex-direction:column;min-width:0;flex:1}.device-row-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.device-row-tag{color:var(--text-muted);font-size:.78rem}.device-play-btn{flex-shrink:0;padding:.35rem .75rem;font-size:.85rem}.device-status{color:var(--accent);font-size:.85rem;font-weight:600;flex-shrink:0}.lyrics-panel{height:calc(100vh - var(--topbar-height) - 9rem);overflow-y:auto;overflow-x:hidden;padding:3rem .5rem;-webkit-mask-image:linear-gradient(to bottom,transparent,black 3rem,black calc(100% - 3rem),transparent);mask-image:linear-gradient(to bottom,transparent,black 3rem,black calc(100% - 3rem),transparent)}.lyric-line{margin:0;overflow-wrap:anywhere;word-break:break-word;padding:.6rem 0;font-size:1.85rem;font-weight:700;line-height:1.35;color:var(--text-muted);opacity:.45;transition:opacity .3s ease,color .3s ease,transform .3s ease;transform-origin:left center}.lyric-line.active{color:var(--text);opacity:1;transform:scale(1.02)}.lyrics-empty{display:flex;align-items:center;justify-content:center;height:calc(100vh - var(--topbar-height) - 9rem);color:var(--text-muted);font-size:1.1rem}@media (max-width: 768px){:root{--topbar-height: 52px}.topbar{gap:.6rem;padding:0 .75rem}.topbar-brand span{display:none}.search-suggestions{width:calc(100vw - 1.5rem)}.media-card,.media-card-art{width:140px}.media-card-menu{opacity:1}.media-card-art{height:140px}.shelf-grid{grid-auto-columns:88vw;gap:.25rem 1rem}.collection-header{flex-direction:column;align-items:flex-start;gap:1rem}.collection-art{width:150px;height:150px}.collection-title{font-size:1.6rem}.queue-panel{position:fixed;top:var(--topbar-height);right:0;bottom:0;width:85vw;max-width:320px;max-height:none;background:var(--surface);box-shadow:-4px 0 12px #0006;transform:translate(100%);transition:transform .2s ease;z-index:15}.queue-panel.open{transform:translate(0)}.queue-close{display:inline-flex}.queue-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:14}:root{--page-pad: 1rem}.page{padding-bottom:5.5rem}.player-bar{flex-wrap:nowrap;padding:.25rem .6rem .35rem;gap:.4rem}.player-body{flex-basis:100%}.player-seek-row{gap:0}.player-bar .player-time{display:none}.player-bar .player-seek{height:2px}.player-main-row{flex-wrap:nowrap;gap:.5rem;padding-top:.35rem}.player-track{flex:1;min-width:0}.player-track .track-thumb{width:38px;height:38px}.player-track .track-title{font-size:.9rem}.player-track .track-artist{font-size:.78rem}.player-controls{flex:0 0 auto;gap:.5rem}.player-right{display:none}.player-track{cursor:pointer}.now-playing{display:flex}.queue-panel,.queue-backdrop,.player-secondary-control,.player-volume{display:none}.player-bar .player-play-btn{width:38px;height:38px}.player-body-idle .player-main-row{justify-content:center}.track-menu-backdrop{background:#00000080}.track-menu-dropdown{top:auto;left:0;right:0;bottom:0;width:auto;border-radius:16px 16px 0 0;border-bottom:none;padding-bottom:calc(env(safe-area-inset-bottom) + .25rem)}.track-menu-heading{display:flex}.track-menu-item{padding:1rem;font-size:1.05rem}.device-menu-dropdown{position:fixed;left:1rem;right:1rem;bottom:4.75rem;width:auto;min-width:0;max-height:50vh;overflow-y:auto}}@media (hover: none){.media-card-menu{opacity:1}}
