:root{--red:#e31336;--bg:#070709;--card:#101014;--muted:#898990;--line:#232329}*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:#000;color:#fff;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif}body{display:flex;justify-content:center}button,input{font:inherit}button{cursor:pointer}#app{width:min(100%,480px);min-height:100dvh;background:var(--bg);overflow:hidden}.screen{display:none;min-height:100dvh;padding:34px 22px}.screen.active{display:flex;flex-direction:column}.landing{justify-content:center;gap:24px}.phone-card{width:180px;height:190px;margin:0 auto;border:3px solid #202027;border-radius:28px;padding:70px 16px 18px;box-shadow:0 0 40px #e3133614;position:relative}.phone-speaker{position:absolute;top:13px;left:62px;width:52px;height:5px;border-radius:9px;background:#1d1d22}.station-mini{display:flex;align-items:center;gap:10px;background:#15151a;border:1px solid #292930;padding:12px;border-radius:12px}.station-mini b,.station-mini small{display:block;font-size:10px}.station-mini small{color:var(--muted);margin-top:3px}.play{width:35px;height:35px;border:0;border-radius:50%;color:#fff;background:var(--red)}.equalizer{height:24px;display:flex;align-items:center;justify-content:center;gap:4px;margin-top:10px}.equalizer i{width:3px;height:8px;background:var(--red);border-radius:4px;animation:eq .9s ease-in-out infinite alternate}.equalizer i:nth-child(2n){animation-delay:.2s}.equalizer i:nth-child(3n){animation-delay:.4s}@keyframes eq{to{height:22px}}.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.feature-grid article{height:76px;border-radius:8px;background:linear-gradient(145deg,#111116,#0d0d11);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.feature-grid span{color:var(--red);font-size:19px}.feature-grid b{font-size:11px}.hero-copy{text-align:center}.hero-copy h1{font-size:19px;margin:0 0 8px}.hero-copy p{margin:0 auto;color:var(--muted);font-size:13px;line-height:1.5;max-width:340px}.primary{border:0;border-radius:9px;background:linear-gradient(135deg,#bd0b25,var(--red));box-shadow:0 8px 24px #e313362c;color:#fff;font-weight:800;font-size:13px;min-height:54px;width:100%}.panel-link{text-align:center;color:#777;text-decoration:none;font-size:11px}.progress-head{display:flex;justify-content:space-between;color:#777;font-size:11px}.progress{height:3px;background:#25252a;margin:12px -22px 0}.progress i{display:block;height:100%;background:var(--red)}.question-body{margin:auto 0;display:flex;flex-direction:column;gap:13px}.question h2{font-size:22px;line-height:1.25;text-align:center;margin:0 0 20px}.choice{width:100%;height:56px;background:#111115;border:1px solid #303038;border-radius:10px;color:#fff;font-weight:700}.choice:hover,.choice:focus{border-color:var(--red);box-shadow:0 0 0 2px #e3133622}.summary{justify-content:space-between;padding-top:140px;padding-bottom:70px}.summary h2{font-size:22px}.summary ul{list-style:none;padding:0;margin:25px 0}.summary li{font-size:13px;margin:14px 0;color:#ddd}.summary li:before{content:'✓';display:inline-grid;place-items:center;width:22px;height:22px;margin-right:10px;border-radius:50%;background:#083e31;color:#1fd49a;font-weight:900}.form-screen{padding-top:26px}.back{align-self:flex-start;border:0;background:none;color:#999;padding:0;margin-bottom:22px}.form-screen h2{margin:0 0 3px;font-size:21px}.form-screen>p{margin:0 0 24px;color:#777;font-size:12px}.form-screen form{display:flex;flex-direction:column;gap:16px}.form-screen label,.form-screen legend{font-size:12px;font-weight:700}.form-screen input:not([type=file]):not([type=radio]){width:100%;height:52px;margin-top:8px;border:1px solid #222229;border-radius:9px;background:#141418;color:#fff;padding:0 14px;outline:none}.form-screen input:focus{border-color:var(--red)}.logo-upload{width:115px;height:115px;margin:0 auto;border:1px dashed #3b3b43;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#aaa}.logo-upload input{display:none}.logo-upload span{font-size:25px}.logo-upload small{font-size:8px;color:#555;margin-top:8px}.logo-upload.has-file{border-color:var(--red);color:#fff}fieldset{border:0;padding:0;margin:0}.colors{display:flex;gap:10px;margin-top:10px}.colors label{cursor:pointer}.colors input{display:none}.colors i{display:block;width:32px;height:32px;background:var(--c);border-radius:50%;border:3px solid transparent}.colors input:checked+i{box-shadow:0 0 0 3px #fff}.form-message{text-align:center!important;color:#ff7c91!important}.loading{opacity:.65;pointer-events:none}@media(min-width:481px){body{padding:30px 0}#app{border:1px solid #222;border-radius:22px;min-height:calc(100dvh - 60px)}.screen{min-height:calc(100dvh - 60px)}}
