:root{color-scheme:dark;--bg:#0d1118;--panel:#141a23;--line:#232a35;--text:#f1f4f7;--muted:#8894a5;--accent:#65dfc1;--safe-bottom:env(safe-area-inset-bottom,0px)}
/* Player layout: explicit placement keeps controls independent of text length. */
body .player{min-height:0;padding:12px 24px calc(10px + var(--safe-bottom));grid-template-columns:minmax(0,1fr) minmax(280px,1.4fr) minmax(0,1fr);grid-template-rows:auto;gap:16px;background:#121a23;align-items:center}
body .player .playing-info{grid-column:1;grid-row:1;align-self:center;padding:0;gap:10px}
body .player .player-cover{display:grid;width:40px;height:40px;flex-shrink:0}
body .player .player-cover svg{width:21px;height:21px}
body .player .playing-info strong{font-size:13px;line-height:1.4}
body .player .playing-info span{font-size:11px;line-height:1.4;margin-top:2px}
body .player .playback{grid-column:2;grid-row:1;min-width:0;width:100%}
body .player .play-controls{display:grid;grid-template-columns:repeat(5,42px);justify-content:center;justify-items:center;align-items:center;gap:14px}
body .player .play-controls .icon-button{width:40px;height:40px;min-width:40px;min-height:40px}
body .player .play-toggle{width:42px;height:42px;margin:0}
body .player .timeline{position:static;display:flex;width:100%;gap:8px;margin:0}
body .player .timeline span{font-size:10px;min-width:30px}
body .player .timeline input{height:22px}
body .player .volume{grid-column:3;grid-row:1;align-self:center;padding:0}
body .player #report-audio{position:static;grid-column:auto;grid-row:auto;width:40px;height:40px;min-height:40px;padding:0;display:grid;place-items:center;border:0;border-radius:50%;background:transparent;color:#a7b6c6}
body .player #report-audio svg{width:20px;height:20px}
@media(max-width:760px){
  body .player{grid-template-columns:minmax(0,1fr);grid-template-rows:36px auto;gap:3px;padding:8px 14px calc(5px + var(--safe-bottom))}
  body .player .player-cover{width:34px;height:34px}
  body .player .playing-info strong{font-size:12px}
  body .player .playing-info span{font-size:10px}
  body .player .playback{grid-column:1/-1;grid-row:2;align-self:center}
  body .player .play-controls{grid-template-columns:repeat(5,40px);gap:14px}
  body .player .play-controls .icon-button{width:38px;min-width:38px;height:38px;min-height:38px}
  body .player .play-toggle{width:40px;height:40px}
  body .player .volume{display:none}
  body .player #report-audio{grid-column:auto;grid-row:auto;width:38px;height:38px;min-height:38px;align-self:center}
}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font:14px/1.5 Inter,"Segoe UI",Arial,sans-serif}button,input,select{font:inherit}button,a,input,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer;color:inherit;border:0;background:none}button:disabled{opacity:.4;cursor:default}button:not(:disabled):hover{filter:brightness(1.13)}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid var(--accent);outline-offset:4px}a{color:inherit;text-decoration:none}[hidden]{display:none!important}.sidebar{position:fixed;inset:0 auto 112px 0;width:230px;padding:34px 24px;border-right:1px solid var(--line);background:#0f141c}.brand{display:flex;align-items:center;font-size:22px;font-weight:750;letter-spacing:-.8px}.brand img{width:38px;margin-right:9px}.brand span{color:var(--accent)}.eyebrow{font-size:10px;font-weight:650;letter-spacing:2px;color:var(--muted)}.side-label{margin:56px 0 17px 10px;font-size:9px}.nav-item{width:100%;text-align:left;padding:14px 12px;border-radius:10px;font-weight:600}.nav-item span{font-size:20px;margin-right:8px}.selected{color:var(--accent);background:#192d2c}.side-note{margin:38px 10px;color:#d7dce4;font-size:12px}.side-note p{color:var(--muted);font-size:12px;line-height:1.8}.status-dot{display:inline-block;width:6px;height:6px;background:var(--accent);border-radius:50%;margin-right:8px;vertical-align:middle}.side-bottom{position:absolute;bottom:25px;left:34px;font-size:8px;letter-spacing:1.5px;color:#5f6b7e}main{margin-left:230px;padding:0 46px 155px;max-width:1610px}.topbar{height:98px;display:flex;align-items:center;justify-content:space-between}.desktop-crumb{font-size:12px;color:var(--muted)}.desktop-crumb b{font-weight:500;color:#d3dbe5;margin-left:7px}.profile{display:flex;align-items:center;gap:12px;color:#c5ccd8;font-size:12px}.avatar{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:#243532;color:#8ce1c7;font-weight:700}.mobile-brand{display:none}.hero{position:relative;min-height:320px;display:flex;overflow:hidden;background:radial-gradient(ellipse at 79% 40%,#214a4b55,transparent 60%),linear-gradient(110deg,#1b292d,#17222e);border:1px solid #2a3c41;border-radius:20px;padding:38px 40px}.hero-copy{position:relative;z-index:1;width:60%}.hero .eyebrow{color:#a8c6be;letter-spacing:1.7px;font-size:9px}.hero h1{font-size:clamp(30px,3.5vw,48px);letter-spacing:-1.9px;line-height:1.15;margin:20px 0 16px;font-weight:750}.hero h1 span{color:#80e1c7}.hero p{color:#a6b7bc;font-size:13px;line-height:1.7}.hero-actions{display:flex;align-items:center;gap:18px;margin-top:26px}.primary{background:var(--accent);color:#11261f;border-radius:8px;padding:12px 23px;font-weight:700;min-height:44px}.primary span{font-size:11px;margin-right:7px}.hero-actions>span{color:#93abae;font-size:11px}.record-art{position:absolute;right:3%;top:0;width:40%;height:100%;display:grid;place-items:center}.record{width:245px;aspect-ratio:1;border-radius:50%;background:repeating-radial-gradient(circle,#131e25 0,#131e25 2px,#263139 3px,#121e24 4px);box-shadow:0 18px 40px #02070b88,inset 0 0 0 1px #47575a;transform:rotate(-20deg);display:grid;place-items:center}.record:before{content:"";position:absolute;inset:0;border-radius:50%;background:conic-gradient(transparent,#90dfcf22,transparent 28%,#abccdc22,transparent 65%,#c1e5da33,transparent)}.record-label{width:83px;height:83px;background:linear-gradient(135deg,#8af2c7,#59a5aa);border-radius:50%;display:grid;place-items:center;border:5px solid #132329;z-index:1}.record-label img{width:46px;border-radius:50%;opacity:.9}.orbit{position:absolute;width:310px;height:310px;border:1px solid #52696044;border-radius:50%;transform:rotate(-30deg) scaleX(1.15)}.orbit-two{width:370px;height:370px;opacity:.5}.float-label{position:absolute;bottom:40px;right:15%;display:flex;align-items:center;gap:10px;letter-spacing:2px;font-size:8px;color:#c1e9dc;background:#23403de8;border:1px solid #496559;padding:10px 14px;border-radius:8px;transform:rotate(-7deg)}.equalizer{display:flex;align-items:center;gap:3px;height:20px}.equalizer i{width:3px;height:9px;border-radius:2px;background:var(--accent)}.equalizer i:nth-child(2){height:19px}.equalizer i:nth-child(3){height:14px}.collection{margin-top:37px}.section-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.section-heading .eyebrow{font-size:8px}.section-heading h2{font-size:23px;letter-spacing:-.65px;margin:5px 0 0;font-weight:650}.section-heading h2 span{font-size:12px;font-weight:400;color:var(--muted);margin-left:9px;vertical-align:middle}.icon-button{min-height:40px;min-width:40px;display:inline-grid;place-items:center;font-size:18px;border-radius:50%;color:#aab5c3}.filters{display:flex;align-items:center;justify-content:space-between;gap:16px}.tabs{display:flex;gap:5px}.tabs button{padding:8px 13px;font-size:11px;font-weight:600;white-space:nowrap;border-radius:7px;color:#93a0b2;min-height:36px}.tabs button.active{color:#d4f9ea;background:#253b35}.search{display:flex;align-items:center;background:#151b25;border:1px solid #242d3a;border-radius:8px;padding:0 12px;min-width:200px;max-width:290px;flex:1}.search>span{color:#9ba9ba;font-size:23px;line-height:1;margin-right:8px}.search input{color:var(--text);width:100%;min-width:0;background:none;border:0;padding:10px 0;font-size:11px;outline:0}.search input::placeholder{color:#8792a4}.list-options{display:flex;align-items:center;justify-content:space-between;margin:22px 0 10px;color:var(--muted);font-size:11px}.sort-label select{border:0;color:#a4afbe;background:var(--bg);font-size:11px;cursor:pointer;min-height:35px}.track-head,.track{display:grid;grid-template-columns:30px minmax(0,1fr) 130px 50px;align-items:center;gap:13px}.track-head{padding:10px 14px;border-bottom:1px solid var(--line);font-size:8px;color:#798699;letter-spacing:1.5px}.track-head>span:last-child{text-align:right}.track{width:100%;text-align:left;padding:11px 14px;border-radius:9px;min-height:72px}.track:hover{background:#151e28;filter:none!important}.track.current{background:#1a2b2b}.track-number{font-size:11px;color:#738295}.track.current .track-number{color:var(--accent)}.track-main{display:flex;gap:13px;min-width:0;align-items:center}.cover{width:44px;height:44px;flex-shrink:0;display:grid;place-items:center;border-radius:7px;font-size:23px;font-weight:300;color:#ffffffb0;position:relative;overflow:hidden;background:radial-gradient(ellipse at 75% 20%,#698ba7,#243454 65%)}.cover.tone-1{background:radial-gradient(ellipse at 15% 80%,#956c7d,#3a2a49 70%)}.cover.tone-2{background:radial-gradient(ellipse at 70% 20%,#bb9557,#414335 75%)}.cover.tone-3{background:radial-gradient(ellipse at 10% 30%,#538b91,#183b48 70%)}.cover.tone-4{background:radial-gradient(ellipse at 90% 30%,#9b836d,#442f36 70%)}.cover:after{content:"";width:40px;height:40px;border:1px solid #ffffff25;border-radius:50%;position:absolute;right:-14px;bottom:-12px}.track-text{min-width:0}.track-title{font-size:13px;color:#e5eaf0;font-weight:550;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.track-artist{font-size:11px;color:#8c99ab;display:block;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.track-source{font-size:10px;color:#9ca9b9}.source-dot{width:5px;height:5px;background:#6b9eff;display:inline-block;margin-right:6px;border-radius:50%}.source-dot.yandex{background:#e7b662}.track-duration{font-size:11px;color:#8c99ab;text-align:right;font-variant-numeric:tabular-nums}.track.unready .track-title{color:#8c99ab}.load-more{display:block;margin:18px auto 0;border:1px solid var(--line);padding:10px 25px;border-radius:8px;color:#b9c4d2;font-size:12px}.empty{text-align:center;padding:45px 15px;color:var(--muted)}.empty>span{font-size:35px;color:var(--accent)}.empty h3{color:#dce6ec;font-size:17px}.empty p{max-width:340px;margin:auto;font-size:13px}.page-footer{text-align:center;color:#657587;font-size:10px;margin-top:34px}.page-footer .status-dot{width:4px;height:4px;background:#647c74}.player{position:fixed;z-index:10;bottom:0;left:0;width:100%;padding:15px 32px calc(16px + var(--safe-bottom));min-height:103px;background:#121a23f7;border-top:1px solid #2a343e;display:grid;grid-template-columns:minmax(180px,1fr) minmax(220px,1.4fr) minmax(110px,1fr);gap:35px;align-items:center;backdrop-filter:blur(16px)}.playing-info{display:flex;align-items:center;gap:12px;min-width:0}.playing-info>div:last-child{min-width:0}.playing-info strong{display:block;font-weight:550;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:12px}.playing-info span{color:#8f9cad;font-size:10px;display:block;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-cover{width:49px;height:49px}.play-controls{display:flex;justify-content:center;align-items:center;gap:22px}.play-controls>.icon-button{font-size:12px}.play-toggle{width:35px;height:35px;border-radius:50%;background:#c7efdf;color:#15281f;font-size:13px;display:grid;place-items:center}.timeline{display:flex;align-items:center;gap:10px;margin-top:8px}.timeline span{font-size:9px;color:#8d9aac;font-variant-numeric:tabular-nums;min-width:28px}.timeline span:last-child{text-align:right}input[type=range]{accent-color:var(--accent);height:3px;cursor:pointer;min-width:0}.timeline input{flex:1;width:100%}.volume{display:flex;justify-content:flex-end;align-items:center;gap:14px;color:#94a5b3}.volume input{width:85px}.gate{min-height:65vh;max-width:460px;margin:35px auto;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.gate>img{width:72px}.gate h1{font-size:40px;line-height:1.15;letter-spacing:-1.5px}.gate p{color:var(--muted);line-height:1.8;margin-bottom:25px}.preview-link{font-size:12px;color:#8eb7aa;margin-top:20px}.demo-banner{background:#24332e;color:#a8d9c6;padding:10px 15px;border-radius:8px;font-size:12px;margin-bottom:18px}#toast{position:fixed;z-index:20;bottom:135px;left:50%;transform:translateX(-50%);max-width:calc(100% - 32px);width:max-content;background:#31433f;border:1px solid #58796e;color:#eefbf6;padding:13px 20px;border-radius:12px;box-shadow:0 10px 40px #0005;font-size:13px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.loading-row{height:66px;border-radius:8px;background:linear-gradient(100deg,#151d26,#1c2630,#151d26);margin:6px 0;opacity:.6;animation:pulse 1.4s ease-in-out infinite}@keyframes pulse{50%{opacity:.3}}@media(prefers-reduced-motion:reduce){*{animation:none!important;scroll-behavior:auto!important}}
@media(min-width:1450px){main{margin-right:auto}.hero{min-height:355px}.record{width:285px}}
@media(max-width:1100px){.sidebar{width:195px;padding:30px 18px}.brand{font-size:20px}.brand img{width:32px}.side-label{font-size:8px}.nav-item{font-size:12px}main{margin-left:195px;padding-left:28px;padding-right:28px}.hero{padding:30px}.record{width:205px}.orbit{width:250px;height:250px}.orbit-two{width:295px;height:295px}.track-head,.track{grid-template-columns:22px minmax(0,1fr) 100px 35px;gap:9px}.filters{flex-wrap:wrap}.search{max-width:100%;flex-basis:100%}.hero-actions{gap:12px}.hero-actions>span{font-size:10px}}
@media(max-width:760px){.sidebar,.desktop-crumb{display:none}main{margin-left:0;padding:0 20px 165px}.topbar{height:80px}.mobile-brand{display:flex;align-items:center;font-size:20px;font-weight:700;letter-spacing:-.7px;gap:8px}.mobile-brand img{width:32px}.profile{gap:8px}.profile>span:first-child{display:none}.hero{min-height:295px;padding:28px 24px;border-radius:17px}.hero h1{font-size:35px;letter-spacing:-1.2px}.hero .eyebrow{font-size:8px;letter-spacing:1.2px}.hero-copy{width:75%}.hero p{font-size:12px}.hero-actions{margin-top:23px;flex-wrap:wrap;gap:10px}.hero-actions>span{display:block}.record-art{right:-50px;top:10px;opacity:.48;width:48%;pointer-events:none}.record{width:185px}.record-label{width:63px;height:63px}.record-label img{width:34px}.float-label{display:none}.orbit{width:220px;height:220px}.orbit-two{width:275px;height:275px}.collection{margin-top:30px}.section-heading{margin-bottom:16px}.section-heading h2{font-size:22px}.tabs{gap:4px;justify-content:space-between;width:100%}.tabs button{font-size:11px;padding:9px 12px}.filters{gap:12px}.search input{font-size:13px;padding:12px 0}.track-head{display:none}.list-options{margin:12px 0 5px}.track{grid-template-columns:18px minmax(0,1fr) 36px;padding:10px 3px;gap:9px;min-height:71px}.track-source{display:none}.track-main{gap:10px}.track-title{font-size:13px}.track-artist{font-size:11px}.track-duration{font-size:10px}.track-number{font-size:10px}.track.current{padding-left:7px;padding-right:7px}.player{grid-template-columns:minmax(0,1fr) 132px;gap:8px;padding:12px 18px calc(29px + var(--safe-bottom));min-height:99px}.playing-info{gap:10px}.player-cover{width:42px;height:42px}.playback{align-self:center}.play-controls{gap:1px}.play-toggle{width:38px;height:38px}.timeline{position:absolute;bottom:calc(10px + var(--safe-bottom));left:18px;right:18px;margin:0}.volume{display:none}.page-footer{margin-top:25px}.gate{min-height:60vh;margin-top:10px}.gate h1{font-size:35px}#toast{bottom:calc(115px + var(--safe-bottom))}}
@media(max-width:365px){main{padding-left:13px;padding-right:13px}.hero{padding-left:19px}.hero h1{font-size:31px}.tabs button{padding:8px;font-size:10px}.hero-actions>span{font-size:9px}.track-title{font-size:12px}.playing-info strong{font-size:11px}}
@media(max-width:760px){.topbar{height:72px}.hero{min-height:270px;padding:23px}.hero-copy{width:100%}.hero h1{font-size:29px;letter-spacing:-1px;margin:16px 0 12px}.hero p{margin:10px 0}.hero-actions{margin-top:18px}.record-art{right:-90px;opacity:.28}.collection{margin-top:25px}.hero-actions>span{font-size:10px}.hero .primary{padding:11px 19px}}
@media(max-width:365px){.hero h1{font-size:25px}.hero-actions{gap:8px}.hero-actions>span{font-size:9px}}

/* Player and account settings, shared across desktop and Telegram WebViews. */
@font-face{font-family:Manrope;src:url('/assets/Manrope.ttf') format('truetype');font-weight:200 800;font-display:swap}
body{font-family:Manrope,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;background:radial-gradient(ellipse at 90% 0,#152d2b44,transparent 45%),var(--bg)}
button,input,select{font-family:inherit}svg{width:22px;height:22px;vertical-align:middle;flex-shrink:0}.primary{display:inline-flex;align-items:center;justify-content:center;gap:9px;font-size:13px;border-radius:12px;box-shadow:0 4px 18px #52d8b512}.primary span{margin:0}.primary svg{width:18px;height:18px}.hero{border-color:#344c465c;box-shadow:0 12px 45px #0002}.hero h1{font-weight:750;letter-spacing:-1.7px}.hero p{font-size:14px;line-height:1.8}.hero .eyebrow,.eyebrow{letter-spacing:1.6px}.track{min-height:76px;transition:background .15s}.track-title{font-size:14px;font-weight:650;letter-spacing:-.2px}.track-artist{font-size:12px}.track-source,.track-duration{font-size:11px}.track-head{font-size:9px}.cover{border:1px solid #ffffff0c;box-shadow:0 3px 8px #0002}.tabs button{font-size:12px;padding:10px 15px;border-radius:10px}.search{border-radius:12px;background:#171f29}.search input{font-size:12px;padding:12px 0}.section-heading h2{font-size:25px;font-weight:750}.profile{border:1px solid #293831;border-radius:28px;padding:5px 9px 5px 14px;background:#18221f;min-height:44px;gap:10px;max-width:240px}.profile #greeting{font-size:13px;font-weight:650;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.profile svg{width:16px;height:16px}.avatar{background:linear-gradient(145deg,#31594b,#253b34);color:#bceedd}.player{min-height:116px;box-shadow:0 -12px 40px #0002}.play-controls{gap:14px}.play-controls .icon-button{width:42px;height:42px;color:#a8b9c7;transition:background .15s,color .15s}.play-controls .icon-button:not(:disabled):hover{background:#ffffff0b;color:white}.play-toggle{width:46px;height:46px;background:linear-gradient(145deg,#b4f1d4,#73d4b5);box-shadow:0 0 22px #80dfb916}.play-toggle svg{width:23px;height:23px}.play-controls [aria-pressed=true]{color:var(--accent);background:#6bdebd16}.play-controls [aria-pressed=true]:after{content:'';width:4px;height:4px;border-radius:50%;background:currentColor;position:absolute;bottom:0}#shuffle{position:relative}.is-loading svg{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.playing-info strong{font-size:13px}.playing-info span{font-size:11px}.timeline{margin-top:1px}.timeline span{font-size:10px}.timeline input[type=range],.volume input[type=range]{height:28px;background:transparent;appearance:none;-webkit-appearance:none;touch-action:none;padding:0;margin:0;outline-offset:0}.timeline input::-webkit-slider-runnable-track,.volume input::-webkit-slider-runnable-track{height:4px;background:#35453f;border-radius:4px}.timeline input::-moz-range-track,.volume input::-moz-range-track{height:4px;background:#35453f;border-radius:4px}.timeline input::-webkit-slider-thumb,.volume input::-webkit-slider-thumb{-webkit-appearance:none;width:15px;height:15px;border-radius:50%;background:#a2ebce;margin-top:-5.5px;border:2px solid #d9ffed;box-shadow:0 0 0 5px #91dfbe13}.timeline input::-moz-range-thumb,.volume input::-moz-range-thumb{width:12px;height:12px;border-radius:50%;background:#a2ebce;border:2px solid #d9ffed}.timeline input:active::-webkit-slider-thumb{box-shadow:0 0 0 8px #91dfbe25}.timeline input:disabled{opacity:.35}.timeline input:disabled::-webkit-slider-thumb{opacity:0}
dialog{color:var(--text);background:#151e26;border:1px solid #35433f;border-radius:24px;width:min(480px,calc(100% - 24px));padding:28px;max-height:calc(100dvh - 40px);overflow-y:auto;box-shadow:0 30px 100px #0008}dialog::backdrop{background:#050b12bb;backdrop-filter:blur(7px)}.dialog-heading{display:flex;justify-content:space-between;align-items:center;gap:15px}.dialog-heading h2{font-size:25px;letter-spacing:-.7px;margin:5px 0 0}.dialog-heading .icon-button{background:#ffffff08;flex-shrink:0}.profile-identity{display:flex;align-items:center;gap:15px;margin:29px 0;padding-bottom:26px;border-bottom:1px solid #ffffff0b}.profile-identity .avatar{width:56px;height:56px;font-size:22px;flex-shrink:0}.profile-identity strong{font-size:19px;display:block;overflow-wrap:anywhere}.profile-identity div>span{display:block;font-size:11px;color:var(--muted);margin-top:4px}.accounts-heading{font-size:15px;font-weight:750;margin:0}.profile-hint{color:#93a1b1;font-size:12px;line-height:1.8;margin:9px 0 20px}.account-row{display:flex;align-items:center;gap:11px;padding:17px 0;border-bottom:1px solid #ffffff08}.service-badge{width:41px;height:41px;display:grid;place-items:center;border-radius:13px;flex-shrink:0;background:#283f5c;color:#90c0ff;font-size:14px;font-weight:800}.service-badge.yandex{color:#ffd380;background:#4d3e29}.account-info{flex:1;min-width:0}.account-info strong{display:block;font-size:13px}.account-info>span{display:block;font-size:11px;color:var(--muted);margin-top:4px;overflow-wrap:anywhere}.account-info .connected{color:#87d9b7}.account-row .primary,.account-row .secondary{font-size:11px;min-height:39px;padding:9px 13px;border-radius:10px}.secondary,.danger{border-radius:11px;padding:11px 16px;min-height:42px;font-weight:650;font-size:12px;border:1px solid #ffffff14;background:#ffffff06}.danger{color:#ffc0c0;background:#7c353522;border-color:#8b4a4a88}.account-flow{background:#101921;padding:18px;border:1px solid #314439;border-radius:15px;margin-top:20px}.account-flow h3{font-size:15px;margin:0 0 8px}.account-flow p{color:#aab7c4;font-size:12px;line-height:1.8;white-space:pre-wrap;overflow-wrap:anywhere}.account-flow .primary,.account-flow .secondary{margin:9px 5px 0 0}.account-flow img{display:block;width:180px;height:180px;object-fit:contain;background:white;border-radius:12px;margin:16px auto}#flow-code-row{display:flex;align-items:center;justify-content:space-between;gap:8px}#flow-code{font-size:22px;color:#b5f6d7;user-select:all;letter-spacing:2px;padding:10px 0;overflow-wrap:anywhere}.dialog-actions{display:flex;gap:10px}.profile-footer{font-size:11px;color:#7f92a0;line-height:1.8;margin:23px 0 0}.profile-dialog-open #toast{z-index:100}#toast{bottom:150px}dialog~#toast{z-index:100}
@media(max-width:760px){.topbar{height:78px}.mobile-brand{font-size:18px;gap:7px}.mobile-brand img{width:30px}.profile{padding:4px 8px 4px 12px;gap:7px;max-width:47%;min-height:40px}.profile #greeting{font-size:12px;display:block}.profile .avatar{width:28px;height:28px;font-size:11px;flex-shrink:0}.profile>span[data-icon]{display:none}.hero h1{font-size:28px;letter-spacing:-1.1px;line-height:1.25}.hero p{font-size:12px}.section-heading h2{font-size:23px}.tabs button{font-size:11px;padding:9px 11px}.track{min-height:74px}.track-title{font-size:13px}.track-artist{font-size:11px}.player{min-height:120px;padding:12px 16px calc(36px + var(--safe-bottom));grid-template-columns:minmax(0,1fr) 165px;gap:6px}.play-controls{gap:0;justify-content:flex-end}.play-controls .icon-button{width:38px;min-width:38px;height:42px}.play-controls .icon-button svg{width:20px;height:20px}.play-toggle{width:43px;height:43px;margin:0 3px}.playing-info strong{font-size:12px}.playing-info span{font-size:10px}.player-cover{width:36px;height:36px}.playing-info{gap:8px}.timeline{bottom:calc(4px + var(--safe-bottom));left:17px;right:17px}main{padding-bottom:170px}dialog{padding:23px 19px;border-radius:21px}.dialog-heading h2{font-size:23px}.account-row{gap:8px}.account-row .primary,.account-row .secondary{padding:9px 10px}.account-info strong{font-size:12px}#toast{bottom:calc(139px + var(--safe-bottom))}}
@media(max-width:365px){.mobile-brand{font-size:16px}.profile #greeting{font-size:11px}.profile .avatar{display:none}.hero h1{font-size:24px}.player{grid-template-columns:minmax(0,1fr) 150px;padding-left:12px;padding-right:12px}.player-cover{display:none}.play-controls .icon-button{width:35px;min-width:35px}.play-toggle{width:39px;height:39px}.account-info strong{font-size:11px}}
#profile-feedback{font-size:12px;line-height:1.7;color:#b0e6cc;background:#243c31;padding:12px;border-radius:10px}
.service-badge.spotify{color:#9df0b5;background:#18492b}
@media(max-width:380px){.tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px}.tabs button{width:100%}}
.sync-panel{margin-top:24px;padding:18px;border:1px solid var(--line);border-radius:14px;background:var(--panel)}.sync-panel p,.sync-panel #repair-overview{font-size:12px;color:var(--muted);white-space:pre-line}.sync-actions{display:flex;gap:8px;flex-wrap:wrap}.sync-actions button,#report-audio{border:1px solid var(--line);background:var(--panel);border-radius:9px;padding:8px 12px;min-height:36px;font-size:11px}#report-audio{position:absolute;right:16px;top:7px;color:#dce8ed}.repair-entry{margin:6px 0;overflow-wrap:anywhere}
.player{padding-top:16px;min-height:118px}.playing-info{align-self:start;padding-top:4px}.volume{align-self:end;padding-bottom:8px}main{padding-bottom:180px}#toast{bottom:150px}
.account-actions{display:flex;flex-direction:column;gap:7px;flex-shrink:0;align-items:stretch}.account-actions button{white-space:nowrap}.sync-panel details{margin-top:16px;font-size:12px;color:var(--muted)}.sync-panel summary{cursor:pointer}
@media(max-width:760px){.player{grid-template-columns:minmax(0,1fr) auto;grid-template-rows:42px 45px;min-height:150px;padding:12px 16px calc(30px + var(--safe-bottom));gap:4px 12px}.playing-info{grid-column:1;grid-row:1;padding-top:0;align-self:center}.player-cover{display:grid;width:36px;height:36px;flex-shrink:0}.playback{grid-column:1/-1;grid-row:2;align-self:center}.play-controls{justify-content:center;gap:12px}#report-audio{position:static;grid-column:2;grid-row:1;padding:7px 9px;font-size:10px;align-self:center;min-height:34px}.timeline{bottom:calc(4px + var(--safe-bottom))}#toast{bottom:calc(170px + var(--safe-bottom))}.account-actions{max-width:145px}.account-actions button{font-size:10px!important;padding:9px!important}main{padding-bottom:200px}}
