@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";
:root{--purple-main:#7c3aed;--purple-hover:#6d28d9;--purple-light:#a855f7;--purple-dark:#4c1d95;--bg-deep:#050505;--bg-accent:#0f0f13;--text-main:#f8fafc;--text-muted:#94a3b8;--border-white:#ffffff14;--border-purple:#7c3aed66;--whatsapp-green:#25d366;--whatsapp-dark:#128c7e}*{box-sizing:border-box;-webkit-font-smoothing:antialiased;margin:0;padding:0}body{background-color:var(--bg-deep);color:var(--text-main);background-image:radial-gradient(circle at 15%,#7c3aed1a 0%,#0000 50%),radial-gradient(circle at 85% 30%,#a855f714 0%,#0000 50%);background-attachment:fixed;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:20px;font-family:Inter,sans-serif;display:flex;overflow-x:hidden}body:before,body:after{content:"";pointer-events:none;opacity:.3;filter:blur(100px);z-index:0;border-radius:50%;position:fixed}body:before{background:var(--purple-main);width:400px;height:400px;animation:15s infinite alternate float-orb;top:-150px;right:-150px}body:after{background:var(--purple-dark);width:350px;height:350px;animation:12s infinite alternate-reverse float-orb;bottom:-100px;left:-100px}@keyframes float-orb{0%{transform:translate(0)}to{transform:translate(50px,-50px)}}input,button,select{font-family:inherit}
