@import"https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700;800&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--cc-bg: #080406;--cc-surface: #120708;--cc-border: #2a1212;--cc-red: #FF385C;--cc-crimson: #C8001A;--cc-deep: #FF0A2E;--cc-rose: #FF6B6B;--cc-muted: #8a4545;--cc-dim: #664444;--cc-dark-muted: #4a2020;--cc-amber: #FFB347;--cc-gold: #F5C77E;--cc-white: #ffffff;--cc-text-secondary: #aaaaaa;font-family:Sora,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#fffffff2;background-color:var(--cc-bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background:var(--cc-bg);overflow-x:hidden}#root{margin:0 auto;width:100%}@keyframes pop{0%{transform:scale(.85);opacity:0}60%{transform:scale(1.04)}to{transform:scale(1);opacity:1}}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes stepSlideInRight{0%{opacity:0;transform:translate(60px)}to{opacity:1;transform:translate(0)}}@keyframes stepSlideInLeft{0%{opacity:0;transform:translate(-60px)}to{opacity:1;transform:translate(0)}}@keyframes stepFadeIn{0%{opacity:0;transform:scale(.96) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes blobPulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}@keyframes blobDrift{0%,to{transform:translate(0) scale(1)}33%{transform:translate(15px,-10px) scale(1.05)}66%{transform:translate(-10px,12px) scale(.97)}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}@keyframes progressFill{0%{width:0%}to{width:100%}}@keyframes focusGlow{0%,to{box-shadow:0 0 0 2px #ff385c33}50%{box-shadow:0 0 0 4px #ff385c59,0 0 20px #ff0a2e26}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes checkPop{0%{transform:scale(0);opacity:0}50%{transform:scale(1.3)}to{transform:scale(1);opacity:1}}input:focus,textarea:focus,select:focus{border-color:#ff385c80!important;box-shadow:0 0 0 3px #ff385c1f,0 0 16px #ff0a2e14!important;outline:none!important}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ff385c40;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#ff385c73}::selection{background:#ff385c4d;color:#fff}html{scroll-behavior:smooth}::placeholder{color:#533;opacity:1}.wizard-step-enter{animation:stepSlideInRight .4s cubic-bezier(.25,.46,.45,.94) both}.wizard-step-enter-back{animation:stepSlideInLeft .4s cubic-bezier(.25,.46,.45,.94) both}.wizard-step-fade{animation:stepFadeIn .35s ease both}
