:root{--bg: #F7F8F8;--white: #FFFFFF;--ink-900: #030712;--ink-950: #25272C;--grey-300: #B6BAC3;--grey-100: #EDEEF1;--grey-50: #F7F8F8;--purple: #7C5CFF;--purple-deep: #6A45F5;--purple-soft: #E6DBFF;--purple-stroke: #DAC9FF;--purple-tint: #F3EEFF;--orange: #FB6514;--orange-light: #FEF0EA;--orange-stroke: #FFCBB4;--green: #16A34A;--green-soft: #DCFCE7;--red: #EF4444;--red-soft: #FEE2E2;--yellow-soft: #FEF3C7;--blue-soft: #DBEAFE;--shadow-card: 0 8px 30px rgba(20, 20, 43, .06);--shadow-pop: 0 14px 40px rgba(124, 92, 255, .28);--radius: 20px;--grad-spark: linear-gradient(135deg, #9B6BFF 0%, #7C5CFF 45%, #FB8C3E 120%);--grad-hero: linear-gradient(160deg, #F3EEFF 0%, #FBEFE8 100%);font-family:Urbanist,system-ui,-apple-system,sans-serif}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body,#root{height:100%;margin:0}body{font-family:Urbanist,system-ui,sans-serif;background:#e9e7f2;color:var(--ink-950);-webkit-font-smoothing:antialiased;overscroll-behavior:none}button{font-family:inherit;cursor:pointer;border:none;background:none}a{color:inherit;text-decoration:none}input,textarea{font-family:inherit}img{display:block;max-width:100%}.device{position:relative;width:100%;max-width:430px;min-height:100dvh;margin:0 auto;background:var(--bg);overflow:hidden}@media (min-width: 460px){.device{min-height:880px;margin:24px auto;border-radius:44px;box-shadow:0 40px 120px #281e504d;border:10px solid #111;overflow:hidden}}.screen{min-height:100dvh;display:flex;flex-direction:column}@media (min-width: 460px){.screen{min-height:860px}}.pad{padding:0 20px}.scroll{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}.scroll::-webkit-scrollbar{display:none}.muted{color:var(--grey-300)}h1,h2,h3,h4,p{margin:0}.btn{width:100%;height:58px;border-radius:18px;background:var(--purple);color:#fff;font-weight:700;font-size:16px;display:flex;align-items:center;justify-content:center;gap:8px}.btn-ghost{background:var(--white);color:var(--ink-950);box-shadow:var(--shadow-card)}.btn-soft{background:var(--purple-soft);color:var(--purple-deep)}.card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-card)}.pill{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border-radius:999px;font-weight:600;font-size:13px}@media (prefers-reduced-motion: reduce){*{animation-duration:.001ms!important;transition-duration:.001ms!important}}
