:root{--ink:#292232;--muted:#71697b;--primary:#9850E2;--primary-light:#BD6CF0;--primary-dark:#7834bd;--pale:#faf6ff;--line:#e6d8f3;--white:#fff}*{box-sizing:border-box}body{margin:0;background:#f4eff8;color:var(--ink);font:16px/1.45 Arial,sans-serif}.quiz-shell{width:min(100%,620px);min-height:100dvh;margin:auto;background:var(--white);overflow:hidden}.screen{display:none;min-height:100dvh;padding:32px 24px 28px;position:relative;flex-direction:column;justify-content:center}.screen--active{display:flex;animation:show .22s ease both}@keyframes show{from{opacity:0;transform:translateX(12px)}to{opacity:1;transform:none}}h1,h2{font-family:Georgia,serif;line-height:1.06;margin:10px 0 18px}h1{font-size:clamp(34px,9vw,52px)}h2{font-size:clamp(30px,7vw,40px)}p{margin:0 0 15px}.lead{font-size:18px}.eyebrow{color:var(--primary);font-size:13px;font-weight:bold;letter-spacing:.08em;text-transform:uppercase}.cover{background:linear-gradient(155deg,#fdfaff 0%,#eee1fa 100%)}.cover__glow{position:absolute;width:280px;height:280px;border-radius:50%;background:var(--primary-light);filter:blur(70px);right:-160px;top:-120px;opacity:.42}.cover>*{position:relative}.result-teaser{background:#fffaff;border:1px solid var(--line);border-radius:18px;padding:14px;margin:6px 0 16px}.result-teaser p{font-size:13px;color:var(--muted);margin-bottom:10px}.teaser-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;filter:blur(1px);opacity:.7}.teaser-grid span{display:flex;align-items:end;min-height:82px;padding:8px;border-radius:12px;background:linear-gradient(145deg,var(--primary-light),var(--primary));color:#fff;font-size:12px;font-weight:bold;line-height:1.1}.teaser-grid span:nth-child(2){background:linear-gradient(145deg,#aaa4f5,#6a54bd)}.teaser-grid span:nth-child(3){background:linear-gradient(145deg,#c891ee,#8752cb)}.teaser-grid span:nth-child(4){background:linear-gradient(145deg,#d385ef,#9850E2)}.studio-facts{border-left:3px solid var(--primary);padding-left:12px;margin:4px 0 14px;font-size:14px}.studio-facts p{margin:0 0 5px}.why{font-size:14px;color:var(--muted)}.button{border:0;border-radius:14px;padding:17px 20px;font-weight:bold;font-size:16px;cursor:pointer}.button--primary{color:#fff;background:linear-gradient(100deg,var(--primary),var(--primary-light));margin-top:8px;box-shadow:0 8px 20px #9850e233}.button--primary:hover{background:var(--primary-dark)}.micro{font-size:13px;color:var(--muted);text-align:center;margin:12px 0 0}.progress{height:6px;border-radius:9px;background:#eee5f5;margin-top:auto}.progress span{display:block;height:100%;background:var(--primary);border-radius:9px}.progress__label{font-size:13px;color:var(--muted);margin:8px 0}.back{border:0;background:none;color:var(--primary);font-size:15px;padding:9px 0;text-align:left;cursor:pointer}.question h2{margin-top:24px}.answers{display:grid;gap:11px}.answers button{border:1px solid var(--line);border-radius:14px;background:#fff;text-align:left;padding:16px;color:var(--ink);font:inherit;cursor:pointer;transition:.18s}.answers button:hover,.answers button:focus{border-color:var(--primary);background:var(--pale)}label{display:grid;gap:7px;font-size:14px;font-weight:bold;margin:0 0 16px}input:not([type=checkbox]){width:100%;border:1px solid var(--line);border-radius:12px;padding:15px;font:16px Arial}.consent{display:flex;align-items:flex-start;font-weight:normal;line-height:1.35}.consent input{margin:3px 8px 0 0;accent-color:var(--primary)}.text-button{display:inline;border:0;padding:0;background:none;color:var(--primary);font:inherit;text-decoration:underline;cursor:pointer}.form-error{color:#b52045;font-size:14px;min-height:20px}.award{font-size:13px;color:var(--muted);text-align:center;margin-top:18px}.result{text-align:center;background:linear-gradient(155deg,#fff 0%,#f5edff 100%)}.result__check{display:grid;place-items:center;width:58px;height:58px;margin:0 auto 18px;border-radius:50%;background:var(--primary);color:#fff;font-size:32px}.result__text{font-size:18px}.contact-card{display:grid;gap:5px;margin:22px 0 4px;padding:18px;border-radius:16px;background:#fff;border:1px solid var(--line);text-align:left}.contact-card small{color:var(--muted)}.contact-card a{color:var(--primary);font-weight:bold}dialog{width:min(90%,500px);border:0;border-radius:18px;padding:26px;box-shadow:0 20px 60px #0004}.dialog-close{float:right;border:0;background:none;font-size:24px;cursor:pointer}dialog::backdrop{background:#24141f99}@media(max-width:620px){.cover{justify-content:flex-start;padding:22px 20px 16px}.cover h1{margin:7px 0 12px;font-size:34px}.cover .lead{font-size:16px;margin-bottom:11px}.result-teaser{margin:0 0 10px;padding:10px}.teaser-grid span{min-height:66px;padding:6px;font-size:11px}.studio-facts{margin:1px 0 9px;font-size:13px}.why{font-size:13px;margin-bottom:8px}.button{padding:14px 16px}.micro{margin-top:8px}.cover__glow{width:180px;height:180px;top:-100px;right:-110px}}@media(min-width:621px){body{padding:20px}.quiz-shell{border-radius:24px;box-shadow:0 12px 42px #4e1e3630;min-height:calc(100dvh - 40px)}.screen{min-height:calc(100dvh - 40px);padding:44px 52px}}
