@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Outfit:wght@500;600;700&display=swap";
:root{--primary:250 100% 65%;--primary-foreground:0 0% 100%;--secondary:180 100% 40%;--secondary-foreground:0 0% 100%;--background:222 47% 11%;--foreground:210 40% 98%;--card:217 33% 17%;--card-foreground:210 40% 98%;--popover:222 47% 11%;--popover-foreground:210 40% 98%;--muted:217 33% 25%;--muted-foreground:215 20% 65%;--accent:250 100% 65%;--accent-foreground:0 0% 100%;--destructive:0 62% 30%;--destructive-foreground:210 40% 98%;--border:217 33% 25%;--input:217 33% 25%;--ring:250 100% 65%;--radius:.5rem;--font-sans:"Inter",sans-serif;--font-display:"Outfit",sans-serif}@media (prefers-color-scheme:light){:root{--background:0 0% 100%;--foreground:222 47% 11%;--card:0 0% 100%;--card-foreground:222 47% 11%;--popover:0 0% 100%;--popover-foreground:222 47% 11%;--muted:210 40% 96.1%;--muted-foreground:215.4 16.3% 46.9%;--border:214.3 31.8% 91.4%;--input:214.3 31.8% 91.4%}}*{box-sizing:border-box;border-color:hsl(var(--border))}body{background-color:hsl(var(--background));color:hsl(var(--foreground));font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);letter-spacing:-.02em}.animate-fade-in{animation:.5s ease-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.glass{background:hsla(var(--card)/.7);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid hsla(var(--border)/.5)}.glass-panel{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0f172999;border:1px solid #2b3b554d;box-shadow:0 4px 30px #0000001a}.flex{display:flex}.flex-1{flex:1}.flex-col{flex-direction:column}.flex-grow{flex-grow:1}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.grid{display:grid}.transition-all{transition:all .15s cubic-bezier(.4,0,.2,1)}.duration-300{transition-duration:.3s}.focus-ring-2:focus-visible,.focus-within-ring-2:focus-within{box-shadow:0 0 0 2px hsla(var(--primary)/.2)}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.p-2{padding:.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.px-8{padding-left:2rem;padding-right:2rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.m-0{margin:0}.ml-2{margin-left:.5rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.space-y-2>*+*{margin-top:.5rem}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.w-full{width:100%}.w-5{width:1.25rem}.h-5{height:1.25rem}.h-40{height:10rem}.max-w-xl{max-width:36rem}.max-w-7xl{max-width:80rem}.min-h-100{min-height:100px}.bg-card{background-color:hsl(var(--card))}.bg-primary{background-color:hsl(var(--primary))}.bg-transparent{background-color:#0000}.bg-muted{background-color:hsl(var(--muted))}.text-primary-foreground{color:hsl(var(--primary-foreground))}.text-muted-foreground{color:hsl(var(--muted-foreground))}.text-destructive{color:hsl(var(--destructive))}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.rounded-lg{border-radius:var(--radius)}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.border{border:1px solid hsl(var(--border))}.border-2{border-width:2px}.border-dashed{border-style:dashed}.border-none{border:none}.border-border{border-color:hsl(var(--border))}.border-white-10{border-color:#ffffff1a}.outline-none{outline-offset:2px;outline:2px solid #0000}.w-8{width:2rem}.w-64{width:16rem}.h-16{height:4rem}.z-10{z-index:10}.sticky{position:sticky}.top-0{top:0}.border-r{border-right:1px solid hsl(var(--border))}.border-b{border-bottom:1px solid hsl(var(--border))}.overflow-auto{overflow:auto}.min-h-screen{min-height:100vh}.bg-primary-10{background-color:hsla(var(--primary)/.1)}.bg-card-50{background-color:hsla(var(--card)/.5)}.bg-destructive-10{background-color:hsla(var(--destructive)/.1)}.text-primary{color:hsl(var(--primary))}.text-transparent{color:#0000}.text-white{color:#fff}.text-xs{font-size:.75rem}.text-xl{font-size:1.25rem}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.gradient-primary-secondary{background-image:linear-gradient(to right,hsl(var(--primary)),hsl(var(--secondary)))}.gradient-tr-primary-secondary{background-image:linear-gradient(to top right,hsl(var(--primary)),hsl(var(--secondary)))}.group:hover .group-hover-text-foreground{color:hsl(var(--foreground))}.hover-text-destructive:hover{color:hsl(var(--destructive))}.hover-text-foreground:hover{color:hsl(var(--foreground))}.shadow-sm{box-shadow:0 1px 2px #0000000d}.mx-auto{margin-left:auto;margin-right:auto}.mb-6{margin-bottom:1.5rem}.mb-12{margin-bottom:3rem}.space-x-4>*+*{margin-left:1rem}.tracking-tight{letter-spacing:-.025em}.text-5xl{font-size:3rem;line-height:1}.max-w-2xl{max-width:42rem}.bg-primary-20{background-color:hsla(var(--primary)/.2)}.bg-secondary-20{background-color:hsla(var(--secondary)/.2)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.blur-3xl{filter:blur(64px)}.mix-blend-screen{mix-blend-mode:screen}.opacity-30{opacity:.3}.relative{position:relative}.absolute{position:absolute}.top-1-4{top:25%}.left-1-4{left:25%}.bottom-1-4{bottom:25%}.right-1-4{right:25%}.w-96{width:24rem}.h-96{height:24rem}.-z-10{z-index:-10}@media (min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}
