*{margin:0;padding:0;box-sizing:border-box}:root{--brand-purple:#9c74f4;--brand-purple-light:#b08ff7;--brand-purple-dark:#8859f1;--gradient-purple:#7c3aed;--gradient-pink:#d946ef;--gradient-red:#f43f5e;--gradient-orange:#f59e42;--success:#22c55e;--warning:#f59e42;--error:#ef4444;--info:#3b82f6;--background:#ffffff;--foreground:#020617;--card:#ffffff;--card-foreground:#020617;--primary:#9c74f4;--primary-foreground:#ffffff;--secondary:#f1f5f9;--secondary-foreground:#020617;--muted:#f1f5f9;--muted-foreground:#64748b;--accent:#f1f5f9;--accent-foreground:#020617;--border:#e2e8f0;--input:#e2e8f0;--ring:#3b82f6;--gray-50:#f8fafc;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-300:#cbd5e1;--gray-400:#94a3b8;--gray-500:#64748b;--gray-600:#475569;--gray-700:#334155;--gray-800:#1e293b;--gray-900:#0f172a;--radius:0.5rem}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:var(--foreground);background:var(--background)}.container{max-width:1200px;margin:0 auto;padding:0 20px}@keyframes gradient-move{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.animated-gradient{background:linear-gradient(135deg,var(--gradient-purple),var(--gradient-pink),var(--gradient-red),var(--gradient-orange),var(--gradient-red),var(--gradient-pink),var(--gradient-purple));background-size:400% 400%;animation:gradient-move 5s ease-in-out infinite}@keyframes features-gradient-move{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.features-animated-gradient{background:linear-gradient(135deg,#ffffff,#fefaff,#faf5ff,#f5f0ff,#f3e8ff,#f0e5ff,#ede0ff,#f0e5ff,#f3e8ff,#f5f0ff,#faf5ff,#fefaff,#ffffff);background-size:400% 400%;animation:features-gradient-move 20s ease infinite;position:relative;overflow:hidden}@keyframes bubble-float{0%{transform:translateY(100vh) scale(0);opacity:0}10%{opacity:.7}90%{opacity:.7}to{transform:translateY(-100vh) scale(1);opacity:0}}.features-animated-gradient:after,.features-animated-gradient:before{content:"";position:absolute;border-radius:50%;background:radial-gradient(circle,rgba(156,116,244,.35) 0,rgba(156,116,244,.15) 50%,rgba(156,116,244,.05) 100%);animation:bubble-float linear infinite;box-shadow:0 0 20px rgba(156,116,244,.3)}.features-animated-gradient:before{width:100px;height:100px;left:15%;animation-duration:10s;animation-delay:0s}.features-animated-gradient:after{width:140px;height:140px;left:75%;animation-duration:12s;animation-delay:3s}.bubble{position:absolute;border-radius:50%;background:radial-gradient(circle,rgba(156,116,244,.35) 0,rgba(156,116,244,.15) 50%,rgba(156,116,244,.05) 100%);animation:bubble-float linear infinite;pointer-events:none;box-shadow:0 0 20px rgba(156,116,244,.3)}.bubble:first-child{width:80px;height:80px;left:5%;animation-duration:11s;animation-delay:1s}.bubble:nth-child(2){width:120px;height:120px;left:35%;animation-duration:13s;animation-delay:4s}.bubble:nth-child(3){width:90px;height:90px;left:55%;animation-duration:9s;animation-delay:2s}.bubble:nth-child(4){width:110px;height:110px;left:80%;animation-duration:14s;animation-delay:6s}.bubble:nth-child(5){width:70px;height:70px;left:25%;animation-duration:10s;animation-delay:5s}.bubble:nth-child(6){width:95px;height:95px;left:65%;animation-duration:12s;animation-delay:7s}.bubble:nth-child(7){width:85px;height:85px;left:45%;animation-duration:11s;animation-delay:3s}.bubble:nth-child(8){width:105px;height:105px;left:90%;animation-duration:13s;animation-delay:8s}@keyframes footer-gradient-move{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.footer-animated-gradient{background:linear-gradient(135deg,#1e1b4b,#4c1d95,#7c3aed,#a855f7,#c084fc,#a855f7,#7c3aed,#4c1d95,#1e1b4b);background-size:400% 400%;animation:footer-gradient-move 15s ease infinite}@keyframes glow-float{0%,to{transform:translateY(0);filter:drop-shadow(0 0 8px rgba(156,116,244,.4))}50%{transform:translateY(-12px);filter:drop-shadow(0 0 20px rgba(156,116,244,.8))}}.icon-glow-float{animation:glow-float 3s ease-in-out infinite}@keyframes gentle-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.icon-gentle-spin{animation:gentle-spin 12s linear infinite}@keyframes spin-pulse{0%,to{transform:rotate(0deg) scale(1)}50%{transform:rotate(180deg) scale(1.15)}}.icon-spin-pulse{animation:spin-pulse 4s ease-in-out infinite}@keyframes sparkle-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.sparkle{animation:sparkle-pulse 2s ease-in-out infinite}.header-signin-text{display:inline}@media (max-width:640px){.header-signin-text{display:none}.header-nav{gap:8px!important}.header-btn-signin{padding:10px!important;min-width:44px;justify-content:center}.header-btn-signup{padding:10px 16px!important;font-size:.875rem!important}}@media (min-width:768px){.container{padding:0 40px}}