@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700;800&display=swap";:root{--accent: #4f46e5;--accent-2: #06b6d4}html,body,#root{height:100%}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(180deg,#f8fafc,#eef2ff)}.container{max-width:1100px;margin:0 auto;padding:24px}.card{background:linear-gradient(180deg,#ffffffe6,#ffffffd9);box-shadow:0 6px 30px #10182814;border-radius:18px;padding:20px}.center{display:flex;align-items:center;justify-content:center}.section{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:48px 16px}.option-btn{width:100%;text-align:left;padding:12px 16px;border-radius:12px;border:1px solid rgba(16,24,40,.06);background:#fff}.option-btn.selected{border-color:var(--accent);box-shadow:0 4px 18px #4f46e51f;background:linear-gradient(90deg,#4f46e50f,#06b6d405)}
