:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:#f8fafc;background-color:#0f172a;margin:0;padding:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-weight:400;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}body{background:radial-gradient(circle,#1e1b4b 0%,#020617 100%);place-items:center;min-width:100vw;min-height:100vh;margin:0;display:flex;overflow:hidden}*{box-sizing:border-box}.bg-shape{filter:blur(100px);z-index:-1;animation:15s ease-in-out infinite alternate float;position:absolute}.shape-1{background:#8b5cf640;width:40vw;height:40vw;animation-delay:0s;top:-10%;left:-10%}.shape-2{background:#ec489933;width:50vw;height:50vw;animation-delay:-5s;bottom:-20%;right:-10%}@keyframes float{0%{transform:translate(0)scale(1)}to{transform:translate(50px,-50px)scale(1.1)}}.app-container{text-align:center;z-index:10;flex-direction:column;justify-content:center;align-items:center;width:100vw;padding:3rem;display:flex}.glass-card{-webkit-backdrop-filter:blur(20px);opacity:0;background:#ffffff08;border:1px solid #ffffff14;border-radius:24px;width:90%;max-width:600px;padding:4rem 3rem;animation:.8s cubic-bezier(.16,1,.3,1) forwards slideUp;transform:translateY(40px);box-shadow:0 25px 50px -12px #00000080,inset 0 1px #ffffff1a}.title{background:linear-gradient(135deg,#c4b5fd 0%,#f9a8d4 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:3.5rem;font-weight:800;line-height:1.2;animation:4s infinite alternate pulseGradient}.subtitle{color:#94a3b8;letter-spacing:.5px;margin-bottom:3rem;font-size:1.25rem;font-weight:300;line-height:1.6}.loader{justify-content:center;gap:.5rem;margin-bottom:2rem;display:flex}.dot{background-color:#c4b5fd;border-radius:50%;width:10px;height:10px;animation:1.4s ease-in-out infinite both bounce}.dot:first-child{animation-delay:-.32s}.dot:nth-child(2){animation-delay:-.16s}.notify-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#8b5cf6 0%,#d946ef 100%);border:none;border-radius:9999px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 10px 25px -5px #8b5cf666}.notify-btn:hover{transform:translateY(-4px)scale(1.02);box-shadow:0 20px 35px -5px #8b5cf699}.notify-btn:active{transform:translateY(0)scale(.98)}@keyframes slideUp{to{opacity:1;transform:translateY(0)}}@keyframes pulseGradient{0%{filter:hue-rotate()}to{filter:hue-rotate(15deg)}}@keyframes bounce{0%,80%,to{opacity:.5;transform:scale(0)}40%{opacity:1;transform:scale(1)}}@media (width<=640px){.title{font-size:2.5rem}.glass-card{padding:3rem 2rem}}
