@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;500;700&display=swap";body{margin:0}.home-container{background:linear-gradient(135deg,#0f0c29,#302b63,#24243e) 0 0/400% 400%;justify-content:center;align-items:center;width:100vw;min-height:100vh;margin:0;padding:0;font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;animation:15s infinite bgGradient;display:flex;position:relative;overflow:hidden}@keyframes bgGradient{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.orb{filter:blur(80px);z-index:0;opacity:.6;border-radius:50%;position:absolute}.orb-1{background:#f0c;width:400px;height:400px;animation:10s ease-in-out infinite alternate floatOrb;top:-10%;left:-10%}.orb-2{background:#339;width:500px;height:500px;animation:12s ease-in-out infinite alternate-reverse floatOrb;bottom:-20%;right:-10%}.orb-3{background:#00c9ff;width:300px;height:300px;animation:14s ease-in-out infinite alternate floatOrb;bottom:20%;left:20%}@keyframes floatOrb{0%{transform:translateY(0)translate(0)scale(1)}to{transform:translateY(50px)translate(50px)scale(1.1)}}.glass-card{z-index:10;-webkit-backdrop-filter:blur(20px);text-align:center;color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;width:90%;max-width:600px;padding:60px 80px;animation:1s cubic-bezier(.16,1,.3,1) slideUp;position:relative;box-shadow:0 25px 45px #0003}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.icon-wrapper{background:linear-gradient(135deg,#00c9ff,#92fe9d);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:20px;font-size:4rem;animation:2s infinite pulse;display:inline-block}@keyframes pulse{0%{filter:brightness();transform:scale(1)}50%{filter:brightness(1.2);transform:scale(1.1)}to{filter:brightness();transform:scale(1)}}.title{letter-spacing:-1px;margin-bottom:15px;font-size:2.5rem;font-weight:700}.subtitle{color:#b3b3b3;margin-bottom:30px;font-size:1.1rem;font-weight:300;line-height:1.6}.loading-dots{justify-content:center;gap:8px;display:flex}.dot{background-color:#00c9ff;border-radius:50%;width:12px;height:12px;animation:1.4s ease-in-out infinite both bounce}.dot:first-child{animation-delay:-.32s}.dot:nth-child(2){background-color:#92fe9d;animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}
