@import"tailwindcss";@theme inline{ --color-background: hsl(0 0% 100%); --color-foreground: hsl(222 47% 11%); --color-card: hsl(0 0% 100%); --color-card-foreground: hsl(222 47% 11%); --color-popover: hsl(0 0% 100%); --color-popover-foreground: hsl(222 47% 11%); --color-primary: hsl(217 91% 45%); --color-primary-foreground: hsl(0 0% 100%); --color-secondary: hsl(214 32% 95%); --color-secondary-foreground: hsl(222 47% 11%); --color-muted: hsl(214 32% 95%); --color-muted-foreground: hsl(215 16% 45%); --color-accent: hsl(199 95% 50%); --color-accent-foreground: hsl(0 0% 100%); --color-destructive: hsl(0 84% 60%); --color-destructive-foreground: hsl(0 0% 100%); --color-border: hsl(214 32% 90%); --color-input: hsl(214 32% 90%); --color-ring: hsl(217 91% 45%); --color-midnight: hsl(222 60% 11%); --color-midnight-800: hsl(221 52% 16%); --color-electric: hsl(205 100% 55%); --color-silver: hsl(210 20% 88%); --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); --font-sans: "Inter", ui-sans-serif, system-ui, sans-serif; --font-display: "Sora", ui-sans-serif, system-ui, sans-serif; }:root{--radius: .9rem;scroll-behavior:smooth}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground font-sans antialiased;}h1,h2,h3,h4{font-family:var(--font-display);letter-spacing:-.02em}}@layer utilities{.glass{background:#ffffff14;backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.14)}.grad-text{background-image:linear-gradient(100deg,#5fb8ff,#2f7cf6 55%,#a5d8ff);-webkit-background-clip:text;background-clip:text;color:transparent}.mesh{background-image:radial-gradient(60% 55% at 15% 15%,rgba(47,124,246,.35),transparent 60%),radial-gradient(50% 50% at 85% 25%,rgba(0,196,255,.25),transparent 60%),radial-gradient(60% 60% at 60% 100%,rgba(88,60,255,.28),transparent 60%)}.animate-rise{animation:rise .7s cubic-bezier(.22,1,.36,1) both}.animate-float{animation:floaty 6s ease-in-out infinite}}@keyframes rise{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}@keyframes floaty{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}
