@import"tailwindcss";@theme inline{ --color-background: hsl(210 40% 99%); --color-foreground: hsl(215 45% 12%); --color-card: hsl(0 0% 100%); --color-card-foreground: hsl(215 45% 12%); --color-popover: hsl(0 0% 100%); --color-popover-foreground: hsl(215 45% 12%); --color-primary: hsl(215 70% 18%); --color-primary-foreground: hsl(0 0% 100%); --color-secondary: hsl(210 40% 96%); --color-secondary-foreground: hsl(215 70% 18%); --color-muted: hsl(210 40% 96%); --color-muted-foreground: hsl(215 16% 45%); --color-accent: hsl(160 84% 39%); --color-accent-foreground: hsl(0 0% 100%); --color-destructive: hsl(0 72% 51%); --color-destructive-foreground: hsl(0 0% 100%); --color-border: hsl(214 32% 91%); --color-input: hsl(214 32% 91%); --color-ring: hsl(160 84% 39%); --color-midnight: hsl(215 72% 12%); --color-midnight-2: hsl(215 62% 18%); --color-graphite: hsl(220 14% 10%); --color-emerald-brand: hsl(160 84% 39%); --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}html.dark{--color-background: hsl(220 24% 7%);--color-foreground: hsl(210 30% 96%);--color-card: hsl(220 22% 10%);--color-card-foreground: hsl(210 30% 96%);--color-popover: hsl(220 22% 10%);--color-popover-foreground: hsl(210 30% 96%);--color-primary: hsl(210 30% 96%);--color-primary-foreground: hsl(215 72% 12%);--color-secondary: hsl(220 18% 15%);--color-secondary-foreground: hsl(210 30% 96%);--color-muted: hsl(220 18% 15%);--color-muted-foreground: hsl(215 16% 65%);--color-accent: hsl(160 84% 42%);--color-accent-foreground: hsl(220 24% 7%);--color-border: hsl(220 16% 20%);--color-input: hsl(220 16% 20%)}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground font-sans antialiased;}h1,h2,h3,h4,h5{font-family:var(--font-display);letter-spacing:-.02em}html{scroll-behavior:smooth}}@layer utilities{.glass{background:color-mix(in srgb,var(--color-card) 65%,transparent);backdrop-filter:blur(14px)}.text-gradient{background:linear-gradient(100deg,#34d399,#38bdf8 55%,#a78bfa);-webkit-background-clip:text;background-clip:text;color:transparent}.mesh-bg{background-image:radial-gradient(60rem 40rem at 15% 0%,rgba(16,185,129,.22),transparent 60%),radial-gradient(50rem 35rem at 90% 15%,rgba(56,189,248,.2),transparent 60%),radial-gradient(45rem 30rem at 60% 100%,rgba(99,102,241,.18),transparent 60%)}.grid-lines{background-image:linear-gradient(to right,rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,.05) 1px,transparent 1px);background-size:56px 56px}.animate-float{animation:floaty 7s ease-in-out infinite}.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s cubic-bezier(.22,1,.36,1)}.reveal.is-visible{opacity:1;transform:none}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes floaty{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}
