:root{--bg:#050505;--panel:#171717;--panel-2:#222;--line:#353535;--text:#fff;--muted:#aaa;--yellow:#ffc400;--shadow:0 24px 80px rgba(0,0,0,.55)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;min-height:100vh;padding-bottom:110px}button,input,select{font:inherit}.noise{position:fixed;inset:0;pointer-events:none;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.modal-open{overflow:hidden}
.hero{max-width:850px;margin:0 auto;padding:62px 24px 24px;text-align:center}.wordmark{display:inline-flex;align-items:center;gap:14px;margin-bottom:28px}.wordmark h1{font-size:34px;margin:0;letter-spacing:-1.5px}.brand-mark{display:grid;grid-template-columns:repeat(2,12px);gap:3px;transform:rotate(45deg);width:max-content;margin:2px auto 22px}.brand-mark i{width:12px;height:12px;background:var(--yellow);display:block}.brand-mark.mini{grid-template-columns:repeat(2,8px);gap:2px;margin:0}.brand-mark.mini i{width:8px;height:8px}
.search-box{height:54px;display:flex;border:1px solid #555;border-radius:28px;overflow:hidden;background:#292929;box-shadow:0 10px 35px rgba(0,0,0,.3)}.search-box:focus-within{border-color:var(--yellow)}.search-box input{min-width:0;flex:1;border:0;background:transparent;color:#fff;padding:0 22px;outline:0;font-size:15px}.search-box button{border:0;border-left:1px solid #555;background:transparent;color:#fff;padding:0 24px;cursor:pointer;font-weight:700}.search-box button:hover{color:var(--yellow)}.pills{display:flex;flex-wrap:wrap;justify-content:center;gap:9px;margin-top:15px}.pills button{border:1px solid #484848;background:transparent;color:#aaa;border-radius:22px;padding:8px 17px;cursor:pointer;transition:.18s}.pills button:hover{color:#fff;border-color:#777}.pills button.active{background:var(--yellow);border-color:var(--yellow);color:#080808;font-weight:750}
.corner-tools{position:fixed;right:20px;top:20px;display:flex;flex-direction:column;gap:10px;z-index:20}.round-button,.corner-tools select{width:46px;height:46px;border-radius:50%;border:1px solid #4b4b4b;background:#1d1d1d;color:#ccc;cursor:pointer}.round-button:hover{border-color:var(--yellow);color:var(--yellow)}.corner-tools select{appearance:none;text-align:center;font-size:11px}
main{max-width:1500px;margin:0 auto;padding:12px 56px}.section-heading{display:flex;align-items:end;gap:14px;border-bottom:1px solid #292929;padding:18px 4px 14px;margin-bottom:14px}.section-heading button{background:transparent;border:0;color:#aaa;font-size:28px;cursor:pointer}.section-heading h2{margin:2px 0 0;font-size:24px}.section-heading #eyebrow{font-size:10px;color:var(--yellow);font-weight:800;letter-spacing:1.7px}.section-heading #result-count{margin-left:auto;color:#777;font-size:13px}.cover-wall{display:grid;grid-template-columns:repeat(auto-fill,minmax(185px,1fr));gap:24px 12px;padding:10px 0}.cover-wall.collapsed{display:none}
.card{min-width:0;transition:transform .2s}.card:hover{transform:translateY(-6px)}.cover{aspect-ratio:1;border-radius:8px;overflow:hidden;position:relative;background:linear-gradient(135deg,hsl(var(--hue) 55% 38%),#090909);cursor:pointer;box-shadow:0 8px 24px rgba(0,0,0,.26)}.cover img{width:100%;height:100%;object-fit:cover;display:block}.cover::after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 35%,rgba(0,0,0,.87));opacity:0;transition:.2s}.card:hover .cover::after{opacity:1}.quality-chip{background:var(--yellow);color:#050505;font-size:10px;font-weight:900;padding:4px 6px;border-radius:4px;letter-spacing:.4px}.cover>.quality-chip{position:absolute;z-index:2;top:10px;left:10px}.card-actions{position:absolute;z-index:3;inset:auto 10px 10px;display:flex;align-items:center;justify-content:flex-end;gap:8px;opacity:0;transform:translateY(5px);transition:.2s}.card:hover .card-actions{opacity:1;transform:none}.card-actions button,.icon-button,.row-play{width:38px;height:38px;border-radius:50%;border:0;background:rgba(20,20,20,.86);color:#fff;cursor:pointer}.card-actions .card-play{background:var(--yellow);color:#000}.card-copy{padding:11px 6px 0}.card-copy h3{font-size:15px;font-weight:650;margin:0 0 5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-copy p{font-size:13px;color:#939393;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.album-link{margin-top:8px;padding:0;border:0;background:transparent;color:var(--yellow);font-size:12px;text-align:left;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.album-link:hover{text-decoration:underline}.empty-state{padding:80px 0;text-align:center;color:#777;display:flex;flex-direction:column;gap:8px}.empty-state.compact{padding:24px 0}.empty-state strong{color:#ccc;font-size:20px}
.modal{position:fixed;z-index:100;inset:0;background:rgba(0,0,0,.76);display:none;place-items:center;padding:20px;backdrop-filter:blur(14px)}.modal.visible{display:grid}.modal-card{position:relative;background:#171717;border:1px solid #333;border-radius:18px;box-shadow:var(--shadow);max-height:calc(100vh - 40px);overflow:auto}.login-card{width:min(420px,100%);padding:40px}.login-card h1{text-align:center;font-size:30px;margin:0}.login-card>p{text-align:center;color:#aaa;margin:7px 0 28px}.login-card label,.field-label{display:flex;flex-direction:column;gap:8px;font-size:13px;color:#bbb;margin:14px 0}.login-card input,.field-label input,.field-label textarea{height:46px;border:1px solid #444;border-radius:9px;background:#262626;color:#fff;padding:0 13px;outline:0}.field-label textarea{height:auto;padding:12px 13px;resize:vertical;line-height:1.45}.login-card input:focus,.field-label input:focus,.field-label textarea:focus{border-color:var(--yellow)}.primary{border:0;border-radius:9px;background:var(--yellow);color:#080808;font-weight:800;cursor:pointer}.login-button{width:100%;height:48px;margin-top:10px;font-size:15px}.login-card small{display:block;color:#666;text-align:center;margin-top:18px}.error{height:18px;color:#ff6d6d;font-size:12px}.close-button{position:absolute;right:17px;top:12px;background:transparent;color:#aaa;border:0;font-size:30px;cursor:pointer;z-index:2}.close-button:hover{color:#fff}
.detail-card{width:min(880px,100%);padding:28px}.detail-hero{display:grid;grid-template-columns:210px 1fr;gap:28px;align-items:end;margin-bottom:28px}.detail-hero img{width:210px;height:210px;object-fit:cover;border-radius:10px;background:#222}.detail-hero h2{font-size:34px;line-height:1.05;margin:14px 0 8px}.detail-hero p{color:#aaa;margin:0 0 22px}.detail-description{margin:-8px 0 18px;color:#8f8f8f;font-size:13px;line-height:1.6;max-width:52ch}.detail-hero .primary,.detail-hero .secondary{padding:12px 18px}.detail-actions{display:flex;gap:10px;flex-wrap:wrap}.secondary{border:1px solid #555;border-radius:9px;background:#292929;color:#fff;cursor:pointer}.secondary:hover{border-color:var(--yellow);color:var(--yellow)}.detail-track-list{border-top:1px solid #333}.track-row{display:grid;grid-template-columns:32px 42px minmax(0,1fr) auto 38px 38px;gap:10px;align-items:center;border-top:1px solid #333;padding:13px 4px;cursor:pointer}.track-row:first-child{border-top:0}.track-row.current{background:rgba(255,196,0,.08)}.track-row>div{min-width:0;display:flex;flex-direction:column;gap:3px}.track-row strong,.track-row span,.track-row time{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.track-row span,.track-row time{color:#929292;font-size:13px}.row-play:hover,.icon-button:hover{color:var(--yellow)}
.playlist-card{width:min(640px,100%)}.playlist-summary{color:#aaa;margin:0 0 18px}.playlist-create{padding-top:0}.playlist-create-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;margin:0 0 14px}.playlist-create-row input{height:44px;border:1px solid #444;border-radius:9px;background:#262626;color:#fff;padding:0 13px;outline:0}.playlist-create-row input:focus{border-color:var(--yellow)}.playlist-picker-list{display:flex;flex-direction:column;gap:10px;max-height:340px;overflow:auto;padding-right:4px}.playlist-picker-item{display:grid;grid-template-columns:56px minmax(0,1fr);gap:12px;align-items:center;padding:10px;border:1px solid #363636;border-radius:10px;background:#222;color:#fff;cursor:pointer;text-align:left}.playlist-picker-item:hover{border-color:var(--yellow)}.playlist-picker-item img{width:56px;height:56px;border-radius:8px;object-fit:cover;background:#2b2b2b}.playlist-picker-item strong,.playlist-picker-item span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.playlist-picker-item span{margin-top:4px;color:#929292;font-size:12px}
.settings-card{width:min(610px,100%);padding:30px}.settings-card h2{margin-top:0}.setting{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #303030;padding:17px 0}.setting>div{display:flex;flex-direction:column;gap:5px}.setting span{color:#888;font-size:12px}.switch input{display:none}.switch i{display:block;width:43px;height:24px;border-radius:15px;background:#444;position:relative;cursor:pointer}.switch i::after{content:"";position:absolute;width:18px;height:18px;border-radius:50%;background:#aaa;left:3px;top:3px;transition:.2s}.switch input:checked+i{background:var(--yellow)}.switch input:checked+i::after{left:22px;background:#111}.settings-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:25px}.settings-actions button{padding:11px 18px;border:1px solid #444;border-radius:8px;background:transparent;color:#ccc;cursor:pointer}.settings-actions .primary{background:var(--yellow);color:#050505;border-color:var(--yellow)}
.player{position:fixed;z-index:50;left:50%;bottom:18px;transform:translateX(-50%);width:min(850px,calc(100% - 32px));height:70px;border:1px solid #383838;background:rgba(22,22,22,.94);backdrop-filter:blur(18px);border-radius:14px;display:grid;grid-template-columns:50px minmax(120px,1fr) 34px 46px 34px 2fr 45px 34px;align-items:center;gap:11px;padding:9px 14px;box-shadow:0 18px 60px rgba(0,0,0,.6)}.player img{width:50px;height:50px;border-radius:6px;object-fit:cover}.player-copy{min-width:0;display:flex;flex-direction:column;gap:4px}.player-copy strong,.player-copy span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-copy span{font-size:12px;color:#888}.player button{border:0;background:transparent;color:#ddd;cursor:pointer}.player .play-main{width:40px;height:40px;border-radius:50%;background:#fff;color:#000}.progress{height:3px;background:#454545;border-radius:2px;overflow:hidden}.progress span{display:block;width:0;height:100%;background:var(--yellow)}.player time{font-size:11px;color:#888}
.download-toast{position:fixed;z-index:70;right:22px;bottom:22px;width:min(390px,calc(100% - 44px));min-height:78px;background:#202020;border:1px solid #454545;border-radius:12px;box-shadow:var(--shadow);display:grid;grid-template-columns:1fr 28px;align-items:center;padding:15px 16px;overflow:hidden}.download-toast>div:nth-child(2){display:flex;flex-direction:column;gap:5px}.download-toast span{font-size:12px;color:#999}.download-toast button{background:transparent;border:0;color:#aaa;font-size:22px;cursor:pointer}.toast-progress{position:absolute;left:0;right:0;bottom:0;height:3px;background:#333}.toast-progress span{display:block;width:0;height:100%;background:var(--yellow);transition:width .2s}
.download-center{position:fixed;z-index:69;right:22px;bottom:108px;width:min(460px,calc(100% - 44px));max-height:min(620px,calc(100vh - 150px));display:flex;flex-direction:column;background:rgba(24,24,24,.98);border:1px solid #454545;border-radius:14px;box-shadow:var(--shadow);overflow:hidden;backdrop-filter:blur(18px)}.download-center>header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #353535}.download-center>header>div{display:flex;align-items:center;gap:9px}.download-center>header span{color:#777;font-size:11px}.download-center>header button,.download-item-actions button{border:1px solid #484848;background:#292929;color:#bbb;border-radius:7px;padding:5px 9px;cursor:pointer;font-size:11px}.download-center>header button:hover,.download-item-actions button:hover{border-color:var(--yellow);color:var(--yellow)}.download-list{overflow:auto;padding:5px 12px 12px}.download-item{display:grid;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:11px;padding:11px 2px;border-bottom:1px solid #303030}.download-item:last-child{border-bottom:0}.download-item>img{width:46px;height:46px;border-radius:7px;object-fit:cover;background:#292929}.download-item-main{min-width:0}.download-item-title{display:flex;justify-content:space-between;gap:10px}.download-item-title strong{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.download-item-title span{color:#888;font-size:11px}.download-item p{margin:5px 0 7px;color:#888;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.download-item.error p{color:#ff7373}.download-item.ready p{color:#78d59a}.download-item-progress{height:3px;background:#3a3a3a;border-radius:3px;overflow:hidden}.download-item-progress i{display:block;height:100%;background:var(--yellow);transition:width .25s}.download-item.ready .download-item-progress i{background:#56c77b}.download-item.error .download-item-progress i{background:#e45f5f}.download-center.collapsed .download-list{display:none}.download-center.collapsed{max-height:none}
.card-actions button:disabled{opacity:.35;cursor:not-allowed}.tidal-auth{font-weight:900;font-size:17px}.tidal-auth.connected{background:var(--yellow);color:#050505;border-color:var(--yellow);box-shadow:0 0 0 4px rgba(255,196,0,.15)}.account-action{border:1px solid #555;border-radius:8px;background:#292929;color:#fff;padding:9px 13px;cursor:pointer}.account-action:hover:not(:disabled){border-color:var(--yellow);color:var(--yellow)}.account-action:disabled{opacity:.45;cursor:not-allowed}.pkce-card>p{color:#aaa;line-height:1.65;margin:0 0 14px}.pkce-link{display:inline-block;color:var(--yellow);text-decoration:none;margin-bottom:10px}.pkce-error{height:auto;min-height:18px}.row-play:disabled{opacity:.35;cursor:not-allowed}
@media(max-width:700px){main{padding:8px 18px}.hero{padding-top:35px}.corner-tools{display:none}.search-box button{padding:0 14px}.cover-wall{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 10px}.detail-hero{grid-template-columns:100px 1fr;gap:16px;align-items:center}.detail-hero img{width:100px;height:100px}.detail-hero h2{font-size:22px}.detail-actions{display:grid;grid-template-columns:1fr 1fr}.detail-hero .primary,.detail-hero .secondary{padding:10px 12px;font-size:13px}.track-row{grid-template-columns:28px 38px minmax(0,1fr) 38px 38px}.track-row time{display:none}.playlist-create-row{grid-template-columns:1fr}.player{grid-template-columns:46px 1fr 42px}.player>button:not(.play-main),.player .progress,.player time{display:none}.login-card{padding:30px 24px}}
