@font-face{font-family:Vazirmatn;src:url('./assets/Vazirmatn.woff2') format('woff2');font-weight:100 900;font-display:swap}
:root{color-scheme:dark;--bg:#111210;--surface:#1c1d1a;--line:#34352f;--muted:#aaada3;--text:#f6f5ef;--orange:#ff854f;--soft:#ffc19d;--font:Vazirmatn,Tahoma,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font);font-size:16px}button,input,select{font:inherit}button,a,label{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed}a{color:inherit;text-decoration:none}button{color:inherit}svg{width:24px;height:24px;display:block;flex-shrink:0}button:focus-visible,a:focus-visible,input:focus-visible{outline:2px solid var(--soft);outline-offset:5px}.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}.app-shell{height:100svh;min-height:600px;display:grid;grid-template-rows:92px minmax(0,1fr) 56px;max-width:1680px;margin:auto;padding:0 5.1vw}.header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ffffff0d}.brand{display:flex;align-items:center;gap:12px;font-size:23px;font-weight:850;line-height:1.35}.brand small{display:block;font-family:Arial,sans-serif;font-size:10px;letter-spacing:3.4px;margin-top:5px;color:var(--muted)}.brand-mark{width:45px;height:45px;background:var(--orange);color:#141612;border-radius:14px;display:flex;align-items:center;justify-content:center;gap:4px;transform:rotate(-5deg)}.brand-mark i{width:4px;background:currentColor;border-radius:3px;height:14px}.brand-mark i:nth-child(2){height:26px}.brand-mark i:nth-child(3){height:20px}.header-note{font-size:14px;color:var(--muted)}.quiet-button{border:1px solid var(--line);border-radius:999px;padding:10px 17px;background:transparent;display:flex;gap:9px;align-items:center;font-size:13px;transition:background .2s}.quiet-button:hover{background:#242520}.quiet-button svg{width:16px;height:16px}.main-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,1fr);gap:7.5%;align-items:center;min-height:0;max-width:1250px;width:100%;margin:auto;height:100%;padding:32px 0 12px}.workspace{display:grid;grid-template-rows:38px minmax(0,1fr) 74px;height:min(100%,630px);min-height:0}.stepbar{display:flex;align-items:center;gap:16px;font-size:12px;color:var(--muted)}.step-caption{color:var(--soft);font-size:14px;min-width:66px}.step-lines{display:flex;gap:5px;flex:1;max-width:120px;margin-inline-end:auto}.step-lines i{height:3px;background:var(--line);border-radius:2px;flex:1;transition:background .3s}.step-lines i.current{background:var(--orange)}.step-lines i.done{background:#90735a}.stage{display:flex;flex-direction:column;justify-content:center;min-height:0}.stage-content{animation:arrive .4s cubic-bezier(.16,1,.3,1)}@keyframes arrive{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.question-tag{font-size:12px;letter-spacing:.02em;color:var(--orange);display:flex;gap:7px;align-items:center;margin-bottom:10px}.question-tag:before{content:'';width:15px;height:1px;background:var(--orange)}h1{font-size:clamp(28px,3.1vw,43px);font-weight:800;letter-spacing:-1.4px;line-height:1.55;margin:0 0 8px}.question-description{margin:0;color:var(--muted);font-size:15px;line-height:1.9}.choice-grid{margin:26px 0 0;padding:0;border:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.choice{position:relative;display:block;cursor:pointer;min-width:0}.choice input{position:absolute;opacity:0;width:1px;height:1px;top:18px;right:18px}.choice-face{position:relative;display:flex;flex-direction:column;border:1px solid #37382f;background:linear-gradient(135deg,#22231f,#1b1c19);border-radius:19px;min-height:139px;padding:19px 20px 16px;transition:background .2s,border-color .2s,transform .25s,box-shadow .2s;overflow:hidden}.choice:hover .choice-face{border-color:#77766b;transform:translateY(-3px)}.choice input:checked+.choice-face{border-color:var(--orange);background:linear-gradient(130deg,#392b20,#241f18);box-shadow:inset 0 0 0 1px #ff854f30}.choice input:focus-visible+.choice-face{outline:2px solid var(--soft);outline-offset:4px}.choice-icon{color:var(--orange);margin-bottom:15px;display:block}.choice-icon svg{width:29px;height:29px}.choice[data-accent=sage] .choice-icon{color:#bacaa5}.choice[data-accent=lavender] .choice-icon{color:#cebee8}.choice[data-accent=blue] .choice-icon{color:#a7cbd4}.choice-title{font-weight:650;font-size:18px;line-height:1.6}.choice-sub{font-size:12px;color:var(--muted);margin-top:3px}.choice-check{width:20px;height:20px;border:1px solid #53534b;position:absolute;left:17px;top:18px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:background .2s}.choice-check svg{width:14px;height:14px;opacity:0}.choice input:checked+.choice-face .choice-check{background:var(--orange);border-color:var(--orange);color:#171912}.choice input:checked+.choice-face .choice-check svg{opacity:1}.radio-choice .choice-check{border-radius:50%}.genre-grid{gap:11px}.genre-grid .choice-face{min-height:83px;flex-direction:row;align-items:center;gap:13px;padding:17px 15px 17px 37px;border-radius:14px}.genre-grid .choice-icon{margin:0}.genre-grid .choice-icon svg{width:23px;height:23px}.genre-grid .choice-title{font-size:14px}.genre-grid .choice-check{left:12px;top:calc(50% - 9px);width:18px;height:18px}.actions{display:flex;align-items:center;gap:16px;border-top:1px solid #ffffff0d;margin-top:18px;padding-top:18px}.primary-button{display:flex;align-items:center;justify-content:center;gap:26px;min-height:51px;padding:0 25px;border:0;border-radius:12px;background:var(--orange);color:#211a13;font-weight:750;font-size:15px;transition:background .2s,transform .2s;white-space:nowrap;margin-inline-start:auto}.primary-button:not(:disabled):hover{background:#ff9b6f;transform:translateY(-2px)}.primary-button:disabled{background:#2b2d26;color:#72746b}.primary-button svg{width:20px}.selection-hint{font-size:12px;color:var(--muted)}.back-button{background:none;border:0;display:flex;gap:6px;align-items:center;font-size:14px;padding:8px 0}.back-button svg{width:18px}.back-button[hidden]{display:none}.vibe-panel{height:min(100%,665px);min-height:420px;border:1px solid #3a3a30;background:radial-gradient(ellipse at 50% 15%,#4a3b2444,transparent 60%),#1b1d18;border-radius:26px;position:relative;overflow:hidden;padding:28px 30px;display:flex;flex-direction:column;direction:rtl}.panel-top{display:flex;justify-content:space-between;align-items:center;direction:ltr}.mini-wordmark{font-family:Arial,sans-serif;font-size:10px;letter-spacing:2px;color:#bcbcaf}.sound-symbol{color:var(--soft)}.sound-symbol svg{width:22px}.sound-art{position:absolute;width:360px;height:360px;top:-5px;left:calc(50% - 180px);direction:ltr;opacity:.94;pointer-events:none}.orbit{position:absolute;border:1px solid #fbc58c13;border-radius:50%;inset:25px;transform:rotate(-20deg)}.orbit-2{inset:65px;border-color:#fbc58c1c}.orbit-3{inset:103px;border-color:#fbc58c24}.wave{position:absolute;left:48px;right:48px;top:140px;height:110px;display:flex;gap:5px;align-items:center;justify-content:center;transform:rotate(-14deg)}.wave i{width:5px;height:var(--h);border-radius:5px;background:linear-gradient(#ffd2a2,#ff7b45);box-shadow:0 0 24px #ff8e451c;transition:height .7s cubic-bezier(.25,.8,.25,1)}.wave i:nth-child(3n){opacity:.55}.orbit-label{position:absolute;font-family:Arial,sans-serif;letter-spacing:3px;font-size:9px;color:#b4a28c;left:110px;top:268px;transform:rotate(-14deg)}.vibe-copy{position:relative;margin-top:auto;padding-top:185px}.eyebrow{font-size:12px;color:#c7c4b7}.vibe-copy h2{font-size:clamp(36px,4.4vw,59px);line-height:1.38;letter-spacing:-2px;font-weight:800;margin:12px 0}.vibe-copy h2 em{font-style:normal;color:var(--orange)}.vibe-copy p{font-size:14px;color:#b8bbaf;line-height:1.9;margin:12px 0 20px;min-height:53px}.mix-summary{border-top:1px solid #ffffff15;padding-top:18px}.summary-top{display:flex;justify-content:space-between;font-size:12px;color:var(--muted)}.summary-top>span:first-child{color:var(--text)}.summary-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:13px;min-height:32px}.summary-tags span{font-size:11px;padding:5px 10px;background:#ffffff09;border:1px solid #ffffff13;border-radius:6px}.summary-tags .empty-tag{border-style:dashed;background:none;color:#aaa99b}.panel-bottom{margin-top:22px;display:flex;justify-content:space-between;font-size:10px;color:#85877b}.panel-bottom>span:last-child{font-family:Arial,sans-serif;letter-spacing:1px}.site-footer{display:flex;align-items:center;justify-content:space-between;font-size:11px;color:#75796d}.site-footer>span:last-child{font-size:9px;font-family:Arial,sans-serif;letter-spacing:1.8px}.player-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.player-heading h1{font-size:31px}.edit-button{border:0;background:#24261f;padding:10px;border-radius:9px}.edit-button svg{width:18px;height:18px}.player-surface{border:1px solid var(--line);border-radius:23px;background:radial-gradient(ellipse at 50% 0,#3a302130,transparent 75%),#1b1c18;padding:24px;text-align:center}.player-cover{width:76px;height:76px;margin:0 auto 14px;border:1px solid #ff854f50;border-radius:22px;background:#ff854f0d;color:var(--orange);display:grid;place-items:center}.player-cover svg{width:37px;height:37px}.player-surface h2{font-size:18px;margin:0 0 6px}.track-artist{font-size:13px;color:var(--muted);line-height:1.8;margin:0}.timeline{margin-top:23px}.timeline input{width:100%;accent-color:var(--orange);height:4px;display:block;cursor:pointer}.time-labels{display:flex;justify-content:space-between;direction:ltr;font-family:Arial,sans-serif;font-size:11px;color:var(--muted);margin-top:10px}.player-controls{display:flex;align-items:center;justify-content:center;gap:29px;direction:ltr;margin-top:13px}.control-button{border:0;background:none;width:42px;height:42px;display:grid;place-items:center;border-radius:50%}.control-button:disabled{opacity:.27}.play-button{width:59px;height:59px;background:var(--orange);border:0;border-radius:50%;color:#171810;display:grid;place-items:center}.play-button svg{width:26px;height:26px}.play-button:disabled{opacity:.45;cursor:not-allowed}.volume-control{display:flex;align-items:center;gap:10px;margin-top:20px;justify-content:center;direction:ltr;color:var(--muted)}.volume-control input{width:100px;accent-color:var(--orange)}.volume-control svg{width:17px}.player-notice{font-size:12px;color:var(--muted);line-height:1.9;margin:17px 0 0}.player-notice strong{color:var(--soft);font-weight:500}.player-error{color:#ffb79a;font-size:13px;min-height:20px}.session-pill{display:inline-flex;align-items:center;gap:6px;font-size:11px;color:var(--soft);background:#ff854f0b;border:1px solid #ff854f22;padding:5px 9px;border-radius:7px}.player-flow .stepbar{visibility:hidden}.player-flow .actions{justify-content:space-between}.player-flow .selection-hint{font-size:12px}.player-flow .primary-button{min-height:44px;font-size:13px;background:transparent;border:1px solid var(--line);color:var(--text);gap:9px}.player-flow .stage{justify-content:center}.playing .wave i{animation:equalize 1.2s infinite alternate ease-in-out;animation-delay:var(--delay)}@keyframes equalize{to{transform:scaleY(.45)}}
@media(min-width:1500px){.main-layout{gap:105px}.vibe-panel{padding:30px 38px}.workspace{height:620px}}
@media(max-height:780px) and (min-width:761px){.app-shell{grid-template-rows:76px minmax(0,1fr) 38px}.main-layout{padding:23px 0 8px}.vibe-panel{padding:22px 26px}.sound-art{top:-35px;transform:scale(.85)}.vibe-copy{padding-top:155px}.vibe-copy h2{font-size:42px}.vibe-copy p{margin:8px 0 12px}.panel-bottom{margin-top:12px}.choice-grid{margin-top:20px;gap:10px}.choice-face{min-height:118px;padding:14px 17px}.choice-icon{margin-bottom:8px}.choice-icon svg{width:24px;height:24px}h1{font-size:33px}.workspace{grid-template-rows:30px minmax(0,1fr) 69px}.player-surface{padding:18px}.player-cover{width:58px;height:58px;margin-bottom:8px}.player-heading{margin-bottom:10px}.timeline{margin-top:14px}.volume-control{margin-top:10px}}
@media(max-width:1050px) and (min-width:761px){.app-shell{padding:0 4vw}.main-layout{gap:5%;grid-template-columns:minmax(0,1.2fr) minmax(260px,1fr)}.choice-face{padding:15px}.choice-sub{font-size:11px}.choice-title{font-size:16px}.vibe-panel{padding:23px}.vibe-copy h2{font-size:42px}.genre-grid .choice-title{font-size:13px}.genre-grid .choice-face{gap:8px;padding-inline-start:10px}.selection-hint{font-size:11px}}
@media(max-width:760px){.app-shell{padding:0 23px;height:100svh;min-height:520px;grid-template-rows:77px minmax(0,1fr) 34px}.header-note,.vibe-panel{display:none}.header{border-bottom:0}.brand{font-size:20px;gap:10px}.brand-mark{width:38px;height:38px;border-radius:12px}.brand small{font-size:8px;letter-spacing:2.7px}.quiet-button{font-size:0;padding:10px;border-color:#3d3e34}.quiet-button svg{width:17px;height:17px}.main-layout{display:block;padding:17px 0 0;max-width:490px}.workspace{height:100%;grid-template-rows:33px minmax(0,1fr) 84px}.stepbar{font-size:12px;gap:12px}.step-lines{max-width:90px}.step-caption{font-size:13px}.stage{justify-content:center;padding-bottom:8px}h1{font-size:32px;letter-spacing:-1px;line-height:1.55}.question-tag{font-size:12px;margin-bottom:8px}.question-description{font-size:14px;max-width:310px;line-height:1.9}.choice-grid{gap:11px;margin-top:23px}.choice-face{min-height:139px;padding:18px 16px 15px;border-radius:17px}.choice-title{font-size:17px}.choice-sub{font-size:11px;line-height:1.9}.choice-icon{margin-bottom:14px}.choice-icon svg{width:28px;height:28px}.choice-check{width:18px;height:18px;top:16px;left:14px}.actions{padding-top:16px;margin-top:6px;gap:10px}.primary-button{min-height:53px;gap:27px;min-width:136px;padding:0 18px;font-size:14px}.selection-hint{font-size:11px}.site-footer{font-size:10px}.site-footer>span:last-child{font-size:7px;letter-spacing:1px}.genre-grid .choice-face{min-height:85px;padding:14px 11px 14px 29px;gap:9px}.genre-grid .choice-title{font-size:12px}.genre-grid .choice-icon svg{width:21px;height:21px}.genre-grid .choice-check{left:9px;width:16px;height:16px;top:calc(50% - 8px)}.player-heading h1{font-size:27px}.player-surface{padding:22px 18px}.player-notice{font-size:12px}.player-flow .workspace{grid-template-rows:0 minmax(0,1fr) 68px}.player-flow .stage{padding-top:6px}.player-flow .actions{padding-top:10px}.player-flow .selection-hint{font-size:10px}.player-flow .primary-button{min-width:0}.player-heading{margin-bottom:15px}}
@media(max-width:760px) and (max-height:700px){.app-shell{grid-template-rows:66px minmax(0,1fr) 25px;padding:0 20px}.main-layout{padding-top:9px}.workspace{grid-template-rows:26px minmax(0,1fr) 71px}.stage{padding-bottom:2px}h1{font-size:28px}.question-tag{margin-bottom:4px;font-size:11px}.question-description{font-size:12px}.choice-grid{margin-top:17px;gap:9px}.choice-face{min-height:114px;padding:13px 13px 11px}.choice-icon{margin-bottom:8px}.choice-icon svg{width:24px;height:24px}.choice-title{font-size:15px}.choice-sub{font-size:10px}.actions{padding-top:10px}.primary-button{min-height:46px}.genre-grid .choice-face{min-height:70px}.genre-grid .choice-title{font-size:11px}.genre-grid .choice-icon svg{width:19px;height:19px}.player-cover{width:52px;height:52px;margin-bottom:9px}.player-cover svg{width:28px;height:28px}.player-surface{padding:15px}.player-heading{margin-bottom:10px}.player-heading h1{font-size:25px}.timeline{margin-top:14px}.play-button{width:48px;height:48px}.volume-control{margin-top:8px}.player-notice{margin-top:9px;font-size:11px}.player-surface h2{font-size:16px}.track-artist{font-size:12px}.site-footer>span:last-child{font-size:6px}}
@media(max-width:355px){.app-shell{padding:0 15px}.choice-face{padding:12px}.choice-title{font-size:14px}.choice-sub{font-size:9px}.question-description{font-size:11px}.genre-grid .choice-face{gap:6px}.genre-grid .choice-title{font-size:10px}.selection-hint{font-size:10px}.primary-button{min-width:114px;gap:18px}.header .brand{font-size:18px}}
@media(max-height:540px) and (min-width:600px){.app-shell{min-height:360px;grid-template-rows:54px minmax(0,1fr) 20px}.header-note,.vibe-panel,.site-footer{display:none}.main-layout{display:block;max-width:800px;padding:8px 0}.workspace{grid-template-rows:22px minmax(0,1fr) 53px}.stage-content{display:grid;grid-template-columns:1fr 1.3fr;gap:22px;align-items:center}.choice-grid{margin:0;gap:8px}.choice-face{min-height:91px;padding:10px}.choice-icon{margin-bottom:4px}.choice-sub{display:none}.choice-title{font-size:14px}.choice-icon svg{width:21px;height:21px}.question-description{font-size:12px}.question-tag{font-size:11px}h1{font-size:26px}.primary-button{min-height:38px}.actions{margin-top:3px;padding-top:8px}.genre-grid .choice-face{min-height:63px}.player-flow .stage-content{display:block}.player-flow .player-surface{display:grid;grid-template-columns:1fr 1.5fr;align-items:center;gap:10px}.player-flow .player-heading{margin-bottom:7px}.player-notice{margin:5px 0;font-size:10px}.player-flow .workspace{grid-template-rows:0 minmax(0,1fr) 46px}.player-cover{display:none}.player-surface h2{font-size:14px}.track-artist{font-size:11px}.volume-control{margin-top:4px}.timeline{margin-top:4px}.player-controls{margin-top:3px}}
@media(max-height:540px) and (min-width:600px){.player-flow .question-tag{display:none}.player-heading h1{font-size:24px}.header .brand{font-size:18px}.header .brand-mark{height:34px;width:34px}.header .brand small{font-size:8px;margin-top:2px}}
@media(min-width:480px) and (max-width:599px) and (max-height:540px){.app-shell{min-height:320px;grid-template-rows:46px minmax(0,1fr) 15px}.brand{font-size:16px}.brand small{font-size:7px}.brand-mark{width:30px;height:30px}.main-layout{padding:4px 0}.workspace{grid-template-rows:20px minmax(0,1fr) 44px}.stage-content{display:grid;grid-template-columns:1fr 1.3fr;gap:12px;align-items:center}.choice-grid{margin:0;gap:7px}.choice-face{min-height:72px;padding:8px}.choice-sub{display:none}.choice-icon{margin-bottom:4px}.choice-icon svg{width:18px;height:18px}.choice-title{font-size:12px}.choice-check{width:14px;height:14px;top:10px;left:9px}.question-tag{display:none}h1{font-size:23px}.question-description{font-size:11px}.actions{padding-top:4px;margin-top:0}.primary-button{min-height:36px;font-size:12px}.site-footer{display:none}.genre-grid .choice-face{min-height:52px;gap:4px;padding:6px 6px 6px 21px}.genre-grid .choice-title{font-size:10px}.genre-grid .choice-icon{display:none}.genre-grid .choice-check{left:6px;width:13px;height:13px;top:calc(50% - 6px)}.player-flow .stage-content{display:block}.player-flow .workspace{grid-template-rows:0 minmax(0,1fr) 42px}.player-heading{margin-bottom:4px}.player-heading h1{font-size:20px}.player-cover,.volume-control{display:none}.player-surface{display:grid;grid-template-columns:1fr 1.2fr;gap:10px;padding:10px}.player-surface h2{font-size:12px}.track-artist{font-size:10px}.timeline{margin-top:2px}.player-controls{gap:15px}.play-button{height:38px;width:38px}.player-notice{font-size:9px}.player-flow .selection-hint{font-size:9px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}@media(forced-colors:active){.choice input:checked+.choice-face{outline:2px solid Highlight}.choice-check{color:ButtonText}.primary-button{border:1px solid ButtonText}}

/* Silver club atmosphere: slow transforms, no strobe. */
body{background:#282b2d}.disco-background{position:fixed;inset:0;overflow:hidden;pointer-events:none;z-index:-1;background:radial-gradient(ellipse at 50% 0,#a2a6a8 0,#565b60 45%,#232729 100%)}
.crowd{position:absolute;inset:-5%;background:url('./assets/disco-crowd.png') center bottom/cover no-repeat;will-change:transform}.crowd-back{opacity:.45;animation:crowd-rise 3.4s ease-in-out infinite alternate}.crowd-front{opacity:.22;background-position:60% bottom;transform:scale(1.12);animation:crowd-front 2.6s ease-in-out infinite alternate;mask-image:linear-gradient(transparent 35%,#000 85%)}
.beam{position:absolute;width:60%;height:150%;top:-45%;background:linear-gradient(90deg,transparent,rgba(245,249,255,.19),transparent);filter:blur(20px);transform-origin:50% 0;mix-blend-mode:screen;animation:light-sweep 13s ease-in-out infinite alternate}.beam-one{left:0;rotate:25deg}.beam-two{right:-10%;rotate:-25deg;animation-delay:-7s;animation-duration:17s}.disco-veil{position:absolute;inset:0;background:linear-gradient(90deg,#15191c88,#16191dbb 60%,#15191c99)}
@keyframes crowd-rise{from{transform:translateY(10px) scale(1.04)}to{transform:translateY(-7px) scale(1.06)}}@keyframes crowd-front{from{transform:translateY(15px) scale(1.12)}to{transform:translateY(-11px) scale(1.13)}}@keyframes light-sweep{from{transform:rotate(-23deg);opacity:.4}to{transform:rotate(26deg);opacity:.9}}
.header-back{display:flex;align-items:center;gap:9px;border:1px solid #ffffff40;background:#252a2ecc;border-radius:12px;min-height:46px;padding:0 18px;font-size:14px;backdrop-filter:blur(12px)}.header-back[hidden]{display:none}.header-back:hover{background:#454b50}.header-back svg{width:19px;height:19px}.header{border-color:#ffffff20}.header-note,.site-footer{color:#d0d3d4}.choice-face{background:linear-gradient(130deg,#252a2eef,#202528e8);border-color:#ffffff36;backdrop-filter:blur(12px)}.question-description,.selection-hint{color:#d0d2d2}.vibe-panel{background:#202629c9;backdrop-filter:blur(16px);border-color:#ffffff26}.primary-button[hidden]{display:none!important}.actions{justify-content:center}.genre-grid .choice:last-child{grid-column:1/-1}.genre-grid .choice-face{min-height:65px}.genre-grid{gap:9px}
.player-flow .main-layout{display:block;width:80vw;max-width:1400px;height:80svh;padding:10px 0;margin:auto}.player-flow .workspace{height:100%;display:block}.player-flow .vibe-panel,.player-flow .stepbar,.player-flow .actions{display:none}.player-flow .stage{height:100%;padding:0;display:block}.player-flow .stage-content{height:100%;display:grid;grid-template-rows:auto minmax(0,1fr) auto auto;gap:12px}.player-flow .player-heading{margin:0}.player-flow .player-heading h1{font-size:clamp(24px,3vw,40px)}.player-flow .player-surface{display:grid;grid-template-columns:1fr 1fr;gap:5%;align-items:center;padding:4%;height:100%;background:linear-gradient(135deg,#30363bea,#202629ed);border-color:#ffffff38;backdrop-filter:blur(20px);border-radius:28px}.player-flow .track-meta{min-width:0}.player-flow .player-cover{width:clamp(100px,19svh,230px);height:clamp(100px,19svh,230px);margin:0 auto 22px;border-radius:28%;background:#ffffff08;border-color:#ffffff30}.player-flow .player-cover svg{width:45%;height:45%;color:#ffc4a6}.player-flow .player-surface h2{font-size:clamp(18px,2vw,28px)}.player-flow .track-artist{font-size:14px;color:#c9cdcf}.player-flow .play-button{height:78px;width:78px}.player-flow .player-controls{gap:36px;margin-top:24px}.player-flow .volume-control{margin-top:25px;display:flex}.player-flow .player-notice{margin:0;color:#d7dada;text-align:center}.player-error:empty{display:none}.player-flow .question-tag{color:#ffbd99}.player-flow .time-labels{font-size:13px}.player-flow .timeline input{height:6px}
@media(max-width:760px){.header-back{min-height:42px;padding:0 12px;font-size:13px}.player-flow .main-layout{width:100%;height:80svh;padding:6px 0}.player-flow .player-surface{grid-template-columns:1fr;grid-template-rows:1fr auto;gap:10px;padding:22px 18px}.player-flow .player-cover{width:clamp(76px,16svh,155px);height:clamp(76px,16svh,155px);margin-bottom:16px}.player-flow .player-controls{margin-top:15px;gap:33px}.player-flow .play-button{width:64px;height:64px}.player-flow .volume-control{margin-top:15px}.player-flow .player-heading h1{font-size:25px}.player-flow .stage-content{gap:10px}.player-flow .player-notice{font-size:11px}.player-flow .track-artist{font-size:12px}.player-flow .player-surface h2{font-size:18px}.crowd{background-size:auto 100%;background-position:48% bottom}.disco-veil{background:#171b2099}.genre-grid .choice-face{min-height:60px}}
@media(max-width:760px) and (max-height:700px){.player-flow .player-cover{width:68px;height:68px;margin-bottom:8px}.player-flow .player-surface{padding:14px}.player-flow .play-button{width:49px;height:49px}.player-flow .player-controls{margin-top:9px}.player-flow .volume-control{margin-top:7px}.player-flow .player-heading h1{font-size:21px}.player-flow .player-surface h2{font-size:16px}.player-flow .player-notice{font-size:10px}.player-flow .stage-content{gap:7px}.genre-grid .choice-face{min-height:51px}}
@media(max-height:540px) and (min-width:480px){.player-flow .main-layout{width:90%;height:80svh;padding:4px 0}.player-flow .player-surface{grid-template-columns:1fr 1fr;grid-template-rows:1fr;padding:10px 20px;gap:25px}.player-flow .player-cover{display:flex;width:56px;height:56px;align-items:center;justify-content:center;margin:0 auto 7px}.player-flow .question-tag{display:none}.player-flow .player-heading h1{font-size:20px}.player-flow .player-surface h2{font-size:14px}.player-flow .play-button{height:45px;width:45px}.player-flow .player-controls{margin-top:5px;gap:17px}.player-flow .volume-control{margin-top:3px}.player-flow .player-notice{font-size:9px}.player-flow .stage-content{gap:5px}.header-back{min-height:34px;font-size:12px}.genre-grid .choice-face{min-height:43px}.genre-grid{gap:5px}.genre-grid .choice:last-child{grid-column:auto}}
@media(prefers-reduced-motion:reduce){.crowd,.beam{animation:none!important;will-change:auto}} 

/* Independently animated silhouette scene, replacing the photographic layers. */
.disco-background{background:#35404a}#disco-scene{display:block;width:100%;height:100%;pointer-events:none}#scene-motion{font:inherit;font-size:11px;color:#d3d8dd;background:#1a222a99;border:1px solid #ffffff26;border-radius:6px;min-height:28px;padding:3px 10px;cursor:pointer}.app-shell{position:relative}.site-footer{position:relative;z-index:2}@media(max-height:540px) and (min-width:480px){.site-footer{display:flex;position:fixed;left:12px;bottom:4px;height:24px}.site-footer>span{display:none}#scene-motion{font-size:10px;min-height:24px;padding:2px 7px}}

/* Catalog questionnaire: text-only cards and three grouped preferences. */
.text-choices .choice-face{min-height:72px;flex-direction:row;align-items:center;padding:16px 19px 16px 43px;border-radius:13px}.text-choices .choice-title{font-size:16px}.text-choices .choice-check{top:calc(50% - 10px)}.space-choices{gap:10px;margin-top:22px}.mood-choices .choice-face{min-height:102px}.preference-groups{margin-top:22px;display:grid;gap:20px}.preference-group{border:0;padding:0;margin:0;min-width:0}.preference-group legend{font-size:16px;font-weight:650;margin-bottom:10px;padding:0;display:flex;align-items:center;gap:9px}.question-number{color:var(--orange);font-size:12px;border:1px solid #ff854f44;border-radius:50%;width:23px;height:23px;display:inline-flex;align-items:center;justify-content:center}.preference-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.audience-group .preference-options{grid-template-columns:repeat(2,minmax(0,1fr))}.preference-options .choice-face{min-height:48px;padding:10px 12px 10px 30px;border-radius:10px;display:flex;justify-content:center}.preference-options .choice-title{font-size:13px;line-height:1.7}.preference-options .choice-check{width:15px;height:15px;left:9px;top:calc(50% - 7.5px)}.preferences-flow h1{font-size:31px}.preferences-flow .stage{justify-content:center}.preferences-flow .question-tag{display:none}
@media(max-width:760px){.text-choices .choice-face{min-height:69px;padding:13px 12px 13px 31px}.text-choices .choice-title{font-size:14px}.text-choices .choice-check{left:10px;width:16px;height:16px;top:calc(50% - 8px)}.space-choices{gap:9px;margin-top:20px}.mood-choices .choice-face{min-height:95px}.preference-groups{gap:21px;margin-top:22px}.preference-group legend{font-size:15px}.preference-options .choice-face{min-height:51px;padding:8px 9px 8px 25px}.preference-options .choice-title{font-size:12px}.preference-options .choice-check{width:13px;height:13px;left:7px;top:calc(50% - 6.5px)}.preferences-flow h1{font-size:28px}.preferences-flow .question-description{font-size:12px}.preferences-flow .selection-hint{font-size:10px}}
@media(max-width:760px) and (max-height:700px){.space-choices{gap:7px;margin-top:15px}.text-choices .choice-face{min-height:55px;padding:9px 11px 9px 28px}.text-choices .choice-title{font-size:13px}.mood-choices .choice-face{min-height:84px}.preference-groups{margin-top:15px;gap:13px}.preference-group legend{font-size:13px;margin-bottom:7px}.preference-options{gap:6px}.preference-options .choice-face{min-height:44px;padding:6px 6px 6px 22px}.preference-options .choice-title{font-size:11px}.preferences-flow h1{font-size:25px}.preferences-flow .question-description{font-size:11px}.preferences-flow .workspace{grid-template-rows:26px minmax(0,1fr) 52px}.preferences-flow .actions{margin:0;padding-top:4px}.question-number{width:20px;height:20px;font-size:11px}}
@media(max-width:355px){.text-choices .choice-title{font-size:12px}.preference-options .choice-title{font-size:10px}.preference-options .choice-check{left:5px}.preference-options .choice-face{padding-left:20px}}
@media(max-height:540px) and (min-width:480px){.text-choices .choice-face{min-height:39px;padding:7px 9px 7px 29px}.text-choices .choice-title{font-size:12px}.space-choices,.mood-choices{margin:0;gap:6px}.mood-choices .choice-face{min-height:70px}.preferences-flow .questionnaire-content{grid-template-columns:.65fr 1.7fr;gap:18px}.preferences-flow h1{font-size:23px}.preference-groups{margin:0;gap:8px}.preference-group legend{font-size:12px;margin-bottom:4px}.preference-options{gap:5px}.preference-options .choice-face{min-height:31px;padding:3px 7px 3px 23px}.preference-options .choice-title{font-size:11px}.question-number{width:17px;height:17px;font-size:10px}.preferences-flow .workspace{grid-template-rows:20px minmax(0,1fr) 30px}.preferences-flow .actions{margin:0;padding:0}.preferences-flow .selection-hint{font-size:10px}}

.era-group .preference-options{display:block}#era-select{width:100%;min-height:48px;border:1px solid #666;border-radius:10px;background:#242b2e;color:#f5f5f0;padding:9px 12px;font:inherit;font-size:13px}.preferences-flow .audience-group .choice-title{font-size:12px}@media(max-width:355px){.preferences-flow .audience-group .choice-title{font-size:10px}}@media(max-height:540px){#era-select{min-height:32px;padding:4px 8px;font-size:12px}}
.choice-pages{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:10px;font-size:11px}.choice-pages button{border:1px solid var(--line);border-radius:8px;padding:7px 10px;background:#252c2e;color:var(--text)}.choice-pages button:disabled{opacity:.35}
.direct-channels{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px}.direct-channels .choice{border:0;padding:0;background:none;color:inherit;font:inherit;text-align:inherit}.direct-channels .choice:focus-visible .choice-face{outline:2px solid var(--soft);outline-offset:3px}.channel-rank{display:block;color:var(--orange);font-size:13px;margin-bottom:6px}.channel-rank:empty{display:none}@media(max-width:760px){.direct-channels{margin-top:12px;gap:9px}.direct-channels+.space-choices{margin-top:9px}}@media(max-width:760px) and (max-height:700px){.direct-channels{gap:7px}.direct-channels+.space-choices{margin-top:7px}}@media(max-height:540px) and (min-width:480px){.direct-channels{grid-column:2;grid-row:1;margin:0;gap:6px}.questionnaire-content:has(.direct-channels) .question{grid-column:1;grid-row:1/3}.questionnaire-content:has(.direct-channels) .choice-grid{grid-column:2;grid-row:2}.questionnaire-content:has(.direct-channels){row-gap:6px}}
@media(max-height:700px){.questionnaire-content:has(.direct-channels) .question-tag{display:none}}
/* Special destinations remain after the regular categories. */
.direct-channels [data-channel=podcasts] .choice-face{background:linear-gradient(130deg,#234b48f5,#203733f5);border-color:#72b9ad80;color:#ddfff6}
.direct-channels [data-channel=tops] .choice-face{background:linear-gradient(130deg,#534330f5,#393022f5);border-color:#d9b47780;color:#fff0d4}
.direct-channels .choice:hover .choice-face{filter:brightness(1.16)}
@media(max-height:540px) and (min-width:480px){.questionnaire-content:has(.direct-channels) .choice-grid{grid-row:1}.direct-channels{grid-row:3}.questionnaire-content:has(.direct-channels) .question{grid-row:1/4}.questionnaire-content:has(.direct-channels) .choice-pages{grid-column:2;grid-row:2}}
.tops-flow .stage{overflow-y:auto;scrollbar-width:thin;scrollbar-color:#bc9c70 #252b2e;padding-inline:3px}
.tops-flow .stage-content{height:auto;min-height:100%;display:flex;flex-direction:column;gap:12px}
.tops-flow .player-surface{height:auto;flex-shrink:0;padding:22px 28px;gap:24px}
.tops-flow .player-cover{width:64px;height:64px;margin-bottom:10px}
.tops-flow .player-surface h2{font-size:20px;overflow-wrap:anywhere}
.tops-flow .track-artist{overflow-wrap:anywhere}
.tops-flow .play-button{width:56px;height:56px}
.tops-flow .player-controls{margin-top:12px}.tops-flow .volume-control{margin-top:10px}
.chart-playlist{background:#20282de8;border:1px solid #ffffff25;border-radius:20px;padding:16px;backdrop-filter:blur(16px)}
.chart-list-heading{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:0 8px 12px}.chart-list-heading h2{font-size:16px;margin:0}.chart-list-heading>span{font-size:12px;color:#bec7ca}
.chart-track-list{list-style:none;padding:0;margin:0;display:grid;gap:4px}
.chart-track{width:100%;display:grid;grid-template-columns:30px minmax(0,1fr) auto 32px;align-items:center;gap:14px;min-height:68px;padding:10px;border:1px solid transparent;border-radius:12px;background:transparent;color:inherit;font:inherit;text-align:right;cursor:pointer}
.chart-track:hover{background:#ffffff0b}.chart-track:focus-visible{outline:2px solid #ffbf99;outline-offset:-2px}.chart-track.is-current{background:#c99b4920;border-color:#d9b47770}
.chart-track-rank{color:#d9b477;text-align:center;font-size:18px;font-variant-numeric:tabular-nums}.chart-track-info{min-width:0;display:grid;gap:4px}.chart-track-info strong{font-size:14px;overflow-wrap:anywhere}.chart-track-info>span{font-size:12px;color:#c2c9cc;overflow-wrap:anywhere}.chart-track-duration{font-size:12px;color:#c2c9cc;font-variant-numeric:tabular-nums}.chart-track-action{display:flex;align-items:center;justify-content:center}.chart-track-action svg{width:20px;height:20px}
@media(max-width:760px){.tops-flow .main-layout{height:calc(100svh - 122px)}.tops-flow .player-surface{padding:16px;grid-template-columns:1fr;gap:8px}.tops-flow .player-cover{display:none}.tops-flow .player-surface h2{font-size:17px}.tops-flow .timeline{margin-top:10px}.tops-flow .player-controls{margin-top:8px}.tops-flow .play-button{width:48px;height:48px}.tops-flow .question-tag{display:none}.chart-playlist{padding:9px;border-radius:16px}.chart-track{gap:8px;padding:9px 4px;grid-template-columns:25px minmax(0,1fr) auto 25px}.chart-track-info strong{font-size:13px}.chart-list-heading{padding:6px 6px 12px}.tops-flow .player-notice{font-size:10px}}
@media(max-width:760px) and (max-height:700px){.tops-flow .main-layout{height:calc(100svh - 95px)}.tops-flow .stage-content{gap:8px}.tops-flow .player-surface{padding:10px}.tops-flow .player-heading h1{font-size:20px}}
@media(max-height:540px) and (min-width:480px){.tops-flow .main-layout{height:calc(100svh - 78px)}.tops-flow .player-surface{grid-template-columns:1fr 1fr;padding:12px}.tops-flow .player-cover{display:none}.tops-flow .stage-content{display:flex}.tops-flow .player-heading h1{font-size:20px}}
