:root{--base:#121212;--sidebar:#000;--surface:#181818;--surface-2:#1f1f1f;--surface-3:#242424;--surface-hover:#2a2a2a;--card-hover:#282828;--green:#1ed760;--green-press:#1db954;--text:#fff;--text-muted:#b3b3b3;--text-soft:#cbcbcb;--border:#4d4d4d;--border-soft:#7c7c7c;--shadow-card:rgba(0,0,0,.4) 0px 8px 24px;--topbar-h:64px;--player-h:76px;--sidebar-w:280px;--font:"Avenir Next","Avenir",-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,"Helvetica Neue",Arial,sans-serif}*{box-sizing:border-box}body,html{margin:0;padding:0;background:#000;color:var(--text);font-family:var(--font);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}h1,h2,h3,h4{margin:0}button{font-family:inherit}::selection{background:var(--green);color:#000}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-thumb{background:#4d4d4d;border-radius:9999px;border:3px solid transparent;background-clip:content-box}::-webkit-scrollbar-thumb:hover{background:#7c7c7c;background-clip:content-box}.app{display:grid;grid-template-columns:var(--sidebar-w) 1fr;grid-gap:8px;gap:8px;height:100vh;padding:8px 8px calc(var(--player-h) + 8px);background:#000}.sidebar{background:var(--sidebar);border-radius:8px;display:flex;flex-direction:column;overflow:hidden;padding:8px 0}.brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:1.15rem;letter-spacing:-.02em;padding:12px 20px 16px;cursor:pointer}.brand-dot{width:20px;height:20px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px rgba(30,215,96,.2)}.nav-primary{display:flex;flex-direction:column;padding:0 8px}.nav-primary button{display:flex;align-items:center;gap:16px;background:none;border:0;color:var(--text-muted);font-size:.95rem;font-weight:700;cursor:pointer;padding:12px 16px;border-radius:6px;transition:color .15s}.nav-primary button.active,.nav-primary button:hover{color:#fff}.nav-primary svg{flex:none}.library{margin:12px 8px 8px;background:var(--surface);border-radius:8px;flex:1 1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.library-head{display:flex;align-items:center;gap:12px;color:var(--text-muted);font-weight:700;font-size:.9rem;padding:14px 16px 8px}.library-list{overflow-y:auto;padding:4px 8px 8px}.library-item{display:flex;align-items:center;gap:12px;width:100%;background:none;border:0;color:inherit;cursor:pointer;padding:8px;border-radius:6px;text-align:left;transition:background .15s}.library-item:hover{background:var(--surface-2)}.library-item-meta{display:flex;flex-direction:column;min-width:0}.library-item-title{font-size:.9rem;font-weight:600;color:#fff}.library-item-sub,.library-item-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.library-item-sub{font-size:.78rem;color:var(--text-muted)}.cover{aspect-ratio:1/1;width:100%;position:relative;border-radius:6px;display:flex;align-items:center;justify-content:center;color:hsla(0,0%,100%,.55);overflow:hidden;flex:none}.cover-glyph{width:34%;height:34%}.cover-flag{width:100%;height:100%;object-fit:cover;display:block}.cover.mini{width:44px;height:44px;border-radius:4px}.cover.mini .cover-glyph{width:40%;height:40%}.cover.hero{width:210px;height:210px;border-radius:8px;box-shadow:0 8px 34px rgba(0,0,0,.5)}.main{background:linear-gradient(180deg,#2a2a2a 0,var(--base) 260px);border-radius:8px;overflow:hidden;display:flex;flex-direction:column;min-width:0}.topbar{height:var(--topbar-h);flex:none;display:flex;align-items:center;gap:16px;padding:0 24px;position:-webkit-sticky;position:sticky;top:0;z-index:5}.round-btn{width:32px;height:32px;border-radius:50%;background:rgba(0,0,0,.5);border:0;color:#fff;display:grid;place-items:center;cursor:pointer}.round-btn:disabled{opacity:.4;cursor:default}.topbar-spacer{flex:1 1}.topbar-badge{background:rgba(0,0,0,.5);color:#fff;font-size:.8rem;font-weight:700;padding:8px 14px;border-radius:9999px}.scroll{overflow-y:auto;flex:1 1;padding:0 24px 24px}.view{display:flex;flex-direction:column;gap:8px}.home-hero{padding:8px 0 12px}.home-hero h1{font-size:clamp(1.8rem,4vw,2.6rem);font-weight:800;letter-spacing:-.03em}.home-hero p{color:var(--text-muted);max-width:620px;margin:10px 0 0;line-height:1.5}.home-stats{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}.stat{background:hsla(0,0%,100%,.06);border-radius:8px;padding:10px 18px;min-width:84px}.stat b{display:block;font-size:1.5rem;font-weight:800;color:var(--green);line-height:1.1}.stat span{font-size:.64rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.12em;font-weight:700}.shelf{margin-top:20px}.shelf-head{display:flex;align-items:baseline;gap:12px;margin-bottom:4px}.shelf-head h2{font-size:1.4rem;font-weight:800;letter-spacing:-.02em}.shelf-head h2:hover{text-decoration:underline;cursor:default}.shelf-hint{color:var(--text-muted);font-size:.8rem}.shelf-row{display:grid;grid-auto-flow:column;grid-auto-columns:180px;grid-gap:4px;gap:4px;overflow-x:auto;padding:8px 0 4px;scroll-snap-type:x proximity}.shelf-row::-webkit-scrollbar{height:8px}.album-card{background:transparent;border-radius:8px;padding:12px;cursor:pointer;transition:background .3s;scroll-snap-align:start}.album-card:hover{background:var(--card-hover)}.album-card:hover .floating{opacity:1;transform:translateY(0)}.album-card-cover{position:relative;margin-bottom:12px}.album-card-cover .cover{box-shadow:0 8px 24px rgba(0,0,0,.5)}.album-card-title{font-size:.95rem;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.album-card-sub{font-size:.8rem;color:var(--text-muted);margin-top:4px;line-height:1.35;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.playbtn{display:grid;place-items:center;border:0;cursor:pointer;background:var(--green);color:#000;border-radius:50%;box-shadow:0 8px 16px rgba(0,0,0,.4);transition:transform .1s,background .15s}.playbtn:hover{transform:scale(1.05);background:#1fdf64}.playbtn.sm{width:32px;height:32px}.playbtn.lg{width:48px;height:48px}.playbtn.xl{width:56px;height:56px}.playbtn.xl svg{width:22px;height:22px}.playbtn.disabled{background:var(--surface-2);color:var(--text-muted);box-shadow:none;cursor:default}.playbtn.floating{position:absolute;right:8px;bottom:8px;opacity:0;transform:translateY(8px);transition:opacity .3s,transform .3s}.search-box{display:flex;align-items:center;gap:12px;background:#fff;color:#000;border-radius:9999px;padding:12px 18px;max-width:420px;margin:8px 0 20px}.search-box svg{color:#000;flex:none}.search-box input{border:0;outline:0;background:none;font-size:1rem;font-family:inherit;width:100%;color:#000}.search-count{font-size:1.2rem;font-weight:800;margin:4px 0 12px}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));grid-gap:8px;gap:8px}.grid .album-card{background:var(--surface)}.grid .album-card:hover{background:var(--card-hover)}.detail{display:flex;flex-direction:column}.detail-hero{display:flex;align-items:flex-end;gap:24px;margin:-24px -24px 0;padding:48px 24px 24px}.detail-hero-meta{display:flex;flex-direction:column;gap:14px;padding-bottom:6px}.detail-kind{font-size:.8rem;font-weight:700}.detail-hero-meta h1{font-size:clamp(2rem,6vw,4rem);font-weight:800;letter-spacing:-.04em;line-height:1}.detail-facts{display:flex;flex-wrap:wrap;gap:6px;color:var(--text-soft);font-size:.9rem;font-weight:500}.detail-actions{display:flex;align-items:center;gap:24px;padding:24px 0 8px;background:linear-gradient(180deg,rgba(0,0,0,.1),transparent 80%)}.ghost-round{width:36px;height:36px;display:grid;place-items:center;background:none;border:0;color:var(--text-muted);cursor:pointer;transition:color .15s,transform .1s}.ghost-round:hover{color:#fff;transform:scale(1.06)}.tracklist{display:flex;flex-direction:column;margin-top:8px}.tracklist-head{display:grid;grid-template-columns:40px 1fr auto;grid-gap:12px;gap:12px;padding:4px 16px 8px;color:var(--text-muted);font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;font-weight:600;border-bottom:1px solid hsla(0,0%,100%,.1)}.tracklist-head .tl-badge{text-align:right}.trackrow{display:grid;grid-template-columns:40px 1fr auto auto;grid-gap:12px;gap:12px;align-items:center;padding:8px 16px;border-radius:4px;transition:background .15s}.trackrow:hover{background:var(--surface-2)}.trackrow.active .trackrow-num{color:var(--green)}.trackrow-idx{display:grid;place-items:center}.trackrow-num{color:var(--text-muted);font-size:.95rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.trackrow:hover .trackrow-num{color:#fff}.trackrow-play{width:28px;height:28px;display:grid;place-items:center;background:none;border:0;color:#fff;cursor:pointer}.trackrow-meta{display:flex;flex-direction:column;min-width:0;gap:2px}.trackrow-title{font-size:17px;font-weight:500;color:#fff;letter-spacing:-.2px}.trackrow-title.green{color:var(--green);letter-spacing:-.51px}.trackrow-sub{font-size:14px;font-weight:500;color:var(--text-muted)}.trackrow-badge{font-size:.66rem;font-weight:700;color:var(--text-muted);border:1px solid var(--border);border-radius:4px;padding:2px 8px;text-transform:uppercase}.trackrow-dl{background:none;border:0;color:var(--text-muted);cursor:pointer}.trackrow-dl:hover{color:#fff}.detail-notas{color:var(--text-soft);line-height:1.55;max-width:720px;margin:20px 0 4px}.detail-extras{display:flex;flex-wrap:wrap;gap:10px;margin:16px 0 4px}.pill{font-size:.78rem;font-weight:700;letter-spacing:.02em;padding:9px 18px;border-radius:9999px;border:1px solid var(--border-soft);background:transparent;color:#fff;cursor:pointer;transition:transform .1s,border-color .15s,background .15s}.pill:hover{transform:scale(1.03);border-color:#fff}.pill.green{background:var(--green);border-color:var(--green);color:#000}.pill.green:hover{background:#1fdf64;border-color:#1fdf64}.detail-source{color:var(--text-muted);font-size:.82rem;margin:14px 0 0}.tabbox{background:#0a0a0a;padding:14px;overflow-x:auto;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:.76rem;white-space:pre;color:var(--text-soft)}.atwrap,.tabbox{border-radius:8px;margin-top:12px}.atwrap{background:#fafafa;padding:10px;overflow:auto;max-height:480px;box-shadow:var(--shadow-card)}.atwrap .atmsg{color:#555;font-size:.78rem}.empty{color:var(--text-muted);text-align:center;padding:56px;font-size:.95rem}.lib-title{font-size:1.7rem;font-weight:800;letter-spacing:-.02em;margin:8px 0 14px}.lib-chips{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:14px}.lib-chip{background:var(--surface-2);border:0;color:#fff;font-size:.8rem;font-weight:600;padding:7px 14px;border-radius:9999px;cursor:pointer;transition:background .15s}.lib-chip:hover{background:var(--surface-hover)}.lib-chip.active{background:#fff;color:#000}.mobile-library{display:flex;flex-direction:column;gap:2px}.mlib-item{display:flex;align-items:center;gap:12px;width:100%;background:none;border:0;color:inherit;cursor:pointer;padding:8px;border-radius:6px;text-align:left;transition:background .15s}.mlib-item:hover{background:var(--surface-2)}.mlib-meta{display:flex;flex-direction:column;min-width:0;flex:1 1}.mlib-title{font-size:.95rem;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mlib-sub{font-size:.8rem;color:var(--text-muted)}.mlib-item .playbtn{margin-left:auto;flex:none}.site-footer{margin-top:48px;padding-top:32px;border-top:1px solid hsla(0,0%,100%,.08)}.site-footer-cols{display:flex;flex-wrap:wrap;gap:48px}.site-footer-cols h4{font-size:.95rem;font-weight:700;margin-bottom:12px}.site-footer-cols a{display:block;color:var(--text-muted);font-size:.85rem;margin-bottom:8px}.site-footer-cols a:hover{color:#fff;text-decoration:underline}.site-footer-legal{color:var(--text-muted);font-size:.78rem;margin-top:32px;padding-top:16px}.player{position:fixed;left:0;right:0;bottom:0;height:var(--player-h);background:#000;border-top:1px solid #282828;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:16px;gap:16px;padding:0 16px;z-index:20}.player-track{display:flex;align-items:center;gap:12px;min-width:0;background:none;border:0;color:inherit;cursor:pointer;text-align:left;padding:0}.player-track:disabled{cursor:default}.player-idle{color:var(--text-muted);font-size:.82rem}.player-cover{width:52px;height:52px;border-radius:6px;flex:none;overflow:hidden}.player-meta{display:flex;flex-direction:column;min-width:0}.player-title{font-size:13.5px;font-weight:600;letter-spacing:-.4px;color:#fff}.player-sub,.player-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-sub{font-size:11.5px;color:var(--text-muted)}.player-center{display:flex;flex-direction:column;align-items:center;gap:8px;width:min(40vw,520px)}.player-play{width:34px;height:34px;border-radius:50%;border:0;cursor:pointer;background:#fff;color:#000;display:grid;place-items:center;transition:transform .1s}.player-play:hover{transform:scale(1.06)}.player-play:disabled{opacity:.4;cursor:default}.player-scrub{display:flex;align-items:center;gap:10px;width:100%}.player-time{font-size:.68rem;color:var(--text-muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;min-width:34px;text-align:center}.player-bar{flex:1 1;height:4px;background:#4d4d4d;border-radius:2px;cursor:pointer}.player-bar:hover .player-bar-fill{background:var(--green)}.player-bar:hover .player-bar-knob{opacity:1}.player-bar-fill{height:100%;background:#fff;border-radius:2px;position:relative}.player-bar-knob{position:absolute;right:-5px;top:50%;transform:translateY(-50%);width:10px;height:10px;border-radius:50%;background:#fff;opacity:0;transition:opacity .1s}.trackview{position:fixed;inset:0;z-index:40;overflow-y:auto;display:flex;flex-direction:column;align-items:center;color:#fff;padding:14px 20px calc(24px + env(safe-area-inset-bottom, 0px));animation:tv-up .25s ease}@keyframes tv-up{0%{transform:translateY(24px);opacity:.4}to{transform:none;opacity:1}}.trackview>*{width:100%;max-width:440px}.tv-top{display:flex;align-items:center;justify-content:space-between;padding:6px 0}.tv-icon{background:none;border:0;color:#fff;cursor:pointer;display:grid;place-items:center;padding:4px}.tv-ghost{cursor:default}.tv-context{flex:1 1;text-align:center;padding:0 8px;font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tv-cover{width:min(76vw,360px);max-height:44vh;aspect-ratio:1;border-radius:8px;margin:28px auto;box-shadow:0 18px 44px rgba(0,0,0,.5);overflow:hidden;display:grid;place-items:center;color:hsla(0,0%,100%,.5)}.tv-cover .cover-glyph{width:32%;height:32%}.tv-info{display:flex;align-items:center;gap:12px;margin-top:auto}.tv-titles{display:flex;flex-direction:column;min-width:0;flex:1 1;gap:4px}.tv-title{font-size:24px;font-weight:700;letter-spacing:-.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tv-artist{font-size:15px;color:hsla(0,0%,100%,.7)}.tv-heart{background:none;border:0;color:#fff;cursor:pointer;flex:none}.tv-scrub{margin:18px 0 6px}.tv-bar{height:4px;background:hsla(0,0%,100%,.3);border-radius:2px;cursor:pointer}.tv-bar-fill{height:100%;background:#fff;border-radius:2px;position:relative}.tv-bar-knob{position:absolute;right:-6px;top:50%;transform:translateY(-50%);width:12px;height:12px;border-radius:50%;background:#fff}.tv-times{margin-top:8px;font-size:11px;color:hsla(0,0%,100%,.7);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.tv-controls,.tv-times{display:flex;justify-content:space-between}.tv-controls{align-items:center;margin:14px 0 6px}.tv-ctl{background:none;border:0;color:#fff;cursor:pointer;display:grid;place-items:center}.tv-ctl.ghost{color:hsla(0,0%,100%,.78)}.tv-ctl.green{color:var(--green)}.tv-big{width:64px;height:64px;border-radius:50%;background:#fff;color:#000;transition:transform .1s}.tv-big:hover{transform:scale(1.05)}.tv-detail{margin-top:20px;background:rgba(0,0,0,.28);border:0;color:#fff;cursor:pointer;border-radius:8px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:700}.tv-detail:hover{background:rgba(0,0,0,.42)}.mobilenav{display:none}@media (max-width:860px){:root{--player-h:58px;--nav-h:64px}.app{grid-template-columns:1fr;padding:0 0 calc(var(--nav-h) + var(--player-h) + 14px);height:auto;min-height:100vh;gap:0}.sidebar{display:none}.main{border-radius:0;background:linear-gradient(180deg,#2a2a2a 0,var(--base) 220px)}.scroll{padding:0 16px 16px}.topbar{padding:0 16px}.detail-hero{flex-direction:column;align-items:center;text-align:center;margin:-16px -16px 0;padding:24px 16px 8px;gap:24px}.cover.hero{width:min(58vw,234px);height:min(58vw,234px);align-self:center}.detail-hero-meta{align-items:center;text-align:center;padding-bottom:0;gap:8px}.detail-hero-meta h1{font-size:25px;font-weight:700;letter-spacing:-.02em}.detail-facts{justify-content:center}.detail-actions{justify-content:space-between;gap:16px;padding:16px 0 10px}.detail-actions .playbtn.xl{order:3;margin-left:auto}.mobilenav{display:flex;position:fixed;left:0;right:0;bottom:0;height:var(--nav-h);background:rgba(8,8,8,.98);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid #282828;z-index:21}.mobilenav button{flex:1 1;display:flex;flex-direction:column;align-items:center;gap:4px;background:none;border:0;color:var(--text-muted);font-size:12px;font-weight:500;cursor:pointer}.mobilenav button.active{color:#fff}.mobilenav svg{width:22px;height:22px}.player:not(.on){display:none}.player.on{left:0;right:0;bottom:calc(var(--nav-h) + 6px);margin:0 8px;height:var(--player-h);border-radius:8px;border:0;grid-template-columns:1fr auto;gap:10px;padding:0 10px;background:linear-gradient(rgba(0,0,0,.42),rgba(0,0,0,.58)),var(--np-cover);background-size:cover;box-shadow:0 8px 24px rgba(0,0,0,.5)}.player-track{grid-column:auto}.player-cover{width:40px;height:40px}.player-center{width:auto;flex-direction:row}.player-play{background:#fff}.player-right,.player-scrub{display:none}}