@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700&display=swap";:root{font-family:Outfit,sans-serif;color-scheme:dark;background-color:#0c0e14;color:#fff}body{margin:0;display:flex;place-items:center;min-height:100vh;overflow:hidden}#root{width:100%}.bg-mesh{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;background:radial-gradient(at 0% 0%,hsla(253,16%,7%,1) 0,transparent 50%),radial-gradient(at 100% 0%,hsla(339,49%,30%,1) 0,transparent 50%)}.glass-card{background:#ffffff08;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2.5rem;box-shadow:0 10px 30px #00000080}.gradient-text{background:linear-gradient(135deg,#6366f1,#a855f7);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.text-center{text-align:center}.min-h-screen{min-height:100dvh}.min-w-screen{min-width:100dvw}.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}
