@import"tailwindcss";@theme inline{ --color-background: hsl(222 47% 11%); --color-foreground: hsl(210 40% 98%); --color-card: hsl(222 47% 11%); --color-card-foreground: hsl(210 40% 98%); --color-popover: hsl(222 47% 11%); --color-popover-foreground: hsl(210 40% 98%); --color-primary: hsl(221 43% 22%); --color-primary-foreground: hsl(210 40% 98%); --color-secondary: hsl(217 91% 60%); --color-secondary-foreground: hsl(210 40% 98%); --color-muted: hsl(217 32.6% 17.5%); --color-muted-foreground: hsl(215 20.2% 65.1%); --color-accent: hsl(45 93% 47%); --color-accent-foreground: hsl(222 47% 11%); --color-destructive: hsl(0 62.8% 30.6%); --color-destructive-foreground: hsl(210 40% 98%); --color-border: hsl(217 32.6% 17.5%); --color-input: hsl(217 32.6% 17.5%); --color-ring: hsl(217 91% 59%); --color-sidebar-background: hsl(222 47% 11%); --color-sidebar-foreground: hsl(210 40% 98%); --color-sidebar-primary: hsl(217 91% 60%); --color-sidebar-primary-foreground: hsl(210 40% 98%); --color-sidebar-accent: hsl(217 32.6% 17.5%); --color-sidebar-accent-foreground: hsl(210 40% 98%); --color-sidebar-border: hsl(217 32.6% 17.5%); --color-sidebar-ring: hsl(217 91% 59%); --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, "Apple Color Emoji", "Segoe UI Emoji"; }@media (prefers-color-scheme: dark){:root{--color-background: hsl(222 47% 11%);--color-foreground: hsl(210 40% 98%);--color-card: hsl(222 47% 11%);--color-card-foreground: hsl(210 40% 98%);--color-popover: hsl(222 47% 11%);--color-popover-foreground: hsl(210 40% 98%);--color-primary: hsl(221 43% 22%);--color-primary-foreground: hsl(210 40% 98%);--color-secondary: hsl(217 91% 60%);--color-secondary-foreground: hsl(210 40% 98%);--color-muted: hsl(217 32.6% 17.5%);--color-muted-foreground: hsl(215 20.2% 65.1%);--color-accent: hsl(45 93% 47%);--color-accent-foreground: hsl(222 47% 11%);--color-destructive: hsl(0 62.8% 30.6%);--color-destructive-foreground: hsl(210 40% 98%);--color-border: hsl(217 32.6% 17.5%);--color-input: hsl(217 32.6% 17.5%);--color-ring: hsl(217 91% 59%);--color-sidebar-background: hsl(222 47% 11%);--color-sidebar-foreground: hsl(210 40% 98%);--color-sidebar-primary: hsl(217 91% 60%);--color-sidebar-primary-foreground: hsl(210 40% 98%);--color-sidebar-accent: hsl(217 32.6% 17.5%);--color-sidebar-accent-foreground: hsl(210 40% 98%);--color-sidebar-border: hsl(217 32.6% 17.5%);--color-sidebar-ring: hsl(217 91% 59%)}}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground;}.animate-on-scroll{opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}.animate-on-scroll.animate-in{opacity:1;transform:translateY(0)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s ease-out forwards}html{scroll-behavior:smooth}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#0f1729}::-webkit-scrollbar-thumb{background:#3c83f6;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#2474f5}}
