:root{--ink:#151325;--muted:#756f87;--line:#e5e0ef;--violet:#6d3ef2}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 50% 25%,#f5f2ff 0,transparent 35%),#fff;color:var(--ink);font-family:'Plus Jakarta Sans',Arial,sans-serif}header,main{max-width:960px;margin:auto;padding-left:36px;padding-right:36px}header{height:86px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}header>a:last-child{color:#5734d0;font-size:11px;font-weight:700;text-decoration:none}.brand{display:flex;align-items:center;color:var(--ink);font-size:22px;font-weight:800;letter-spacing:-1.5px;text-decoration:none}.brand i{display:inline-grid;place-items:center;width:29px;height:29px;margin-right:8px;border-radius:9px 9px 9px 2px;background:linear-gradient(145deg,#8f71ff,#5b32dd);color:#fff;font:700 11px 'DM Mono';font-style:normal;transform:rotate(-12deg)}main{padding-top:78px;padding-bottom:90px}.eyebrow{color:#847b98;font:500 10px 'DM Mono';letter-spacing:1.15px}h1{margin:14px 0 17px;font-size:52px;line-height:1.04;letter-spacing:-3.5px}h1 span{color:var(--violet)}main>p{max-width:520px;color:var(--muted);font-size:14px;line-height:1.7}section{display:grid;grid-template-columns:1fr 42px 1.8fr;gap:18px;align-items:center;margin-top:38px;padding:25px;border:1px solid var(--line);border-radius:16px;background:#fff}.selected{display:flex;align-items:center;gap:12px}.selected>span{display:grid;place-items:center;width:50px;height:50px;border-radius:16px;background:#e7e8ff;color:#5a61d2;font-size:24px}.selected small,.select-side>small{display:block;color:#8c849c;font:10px 'DM Mono';letter-spacing:.7px}.selected b{display:block;margin-top:5px;font-size:13px}.vs{text-align:center;color:#948da3;font:12px 'DM Mono'}.choices{display:grid;gap:7px;margin-top:10px}.choices button{display:grid;grid-template-columns:28px 1fr auto auto;align-items:center;gap:8px;padding:10px;border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--ink);text-align:left;cursor:pointer}.choices button:not(:disabled):hover,.choices button.active{border-color:#9f85f3;background:#f9f7ff}.choices button:disabled{opacity:.55;cursor:not-allowed}.choices i{display:grid;place-items:center;width:26px;height:26px;border-radius:8px;background:#eee6ff;color:#6645d0;font-style:normal}.choices b{font-size:12px}.choices span{font:10px 'DM Mono';color:#8c849c}.choices em{padding:3px 5px;border-radius:10px;background:#e4f8ee;color:#218765;font:9px 'DM Mono';font-style:normal}.choices button:disabled em{background:#f1eef6;color:#8a8495}.go{display:block;margin-top:18px;padding:13px 17px;border:0;border-radius:10px;background:var(--violet);color:#fff;font:700 12px 'Plus Jakarta Sans';cursor:pointer}.go:disabled{background:#ddd7e9;color:#8d8599;cursor:not-allowed}.note{margin-top:12px;color:#8a8495;font-size:10px}@media(max-width:650px){header,main{padding-left:20px;padding-right:20px}h1{font-size:39px}section{grid-template-columns:1fr;gap:16px}.vs{text-align:left}.selected{padding-bottom:14px;border-bottom:1px solid var(--line)}}
