@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap);:root{--color-primary:#9830ff;--color-bg-dark:#190033;--color-text-light:#e5ccff;--color-muted:#8d6fab;--color-surface:#3c2c4b}body{-webkit-font-smoothing:antialiased;background:#190033;background:var(--color-bg-dark);color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0}*{box-sizing:border-box}.page{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center;min-height:100vh;padding:24px;text-align:center}.title{font-size:clamp(28px,5vw,44px);font-weight:700}.subtitle,.title{font-family:Onest,sans-serif;margin:0}.subtitle{color:#8d6fab;color:var(--color-muted);font-size:17px;line-height:1.5;max-width:460px}.choices{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.choice{background:#9830ff;background:var(--color-primary);border:1px solid #9830ff;border:1px solid var(--color-primary);border-radius:999px;color:#fff;font-family:Onest,sans-serif;font-size:16px;font-weight:600;padding:14px 28px;text-decoration:none}.choice.secondary{background:#0000;border-color:#3c2c4b;border-color:var(--color-surface)}
/*# sourceMappingURL=main.720bd4a8.css.map*/