@import"tailwindcss";@custom-variant dark (&:where(.dark,.dark *));@theme{ --color-background: hsl(220 30% 98%); --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(222 80% 25%); --color-primary-foreground: hsl(0 0% 100%); --color-secondary: hsl(217 90% 55%); --color-secondary-foreground: hsl(0 0% 100%); --color-muted: hsl(220 20% 95%); --color-muted-foreground: hsl(215 20% 45%); --color-accent: hsl(45 85% 55%); --color-accent-foreground: hsl(222 47% 11%); --color-destructive: hsl(0 84% 60%); --color-destructive-foreground: hsl(0 0% 100%); --color-border: hsl(220 25% 92%); --color-input: hsl(220 25% 92%); --color-ring: hsl(222 80% 25%); --color-sidebar-background: hsl(0 0% 98%); --color-sidebar-foreground: hsl(222 47% 11%); --color-sidebar-primary: hsl(222 80% 25%); --color-sidebar-primary-foreground: hsl(0 0% 100%); --color-sidebar-accent: hsl(45 85% 55%); --color-sidebar-accent-foreground: hsl(222 47% 11%); --color-sidebar-border: hsl(220 25% 92%); --color-sidebar-ring: hsl(222 80% 25%); --font-sans: "Manrope", ui-sans-serif, system-ui, sans-serif; --font-display: "Poppins", ui-sans-serif, system-ui, sans-serif; --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); }:root{--radius: .5rem}.dark{--color-background: hsl(222 47% 9%);--color-foreground: hsl(220 25% 92%);--color-card: hsl(222 45% 12%);--color-card-foreground: hsl(220 25% 92%);--color-popover: hsl(222 45% 12%);--color-popover-foreground: hsl(220 25% 92%);--color-primary: hsl(217 90% 65%);--color-primary-foreground: hsl(222 47% 9%);--color-secondary: hsl(217 90% 55%);--color-secondary-foreground: hsl(0 0% 100%);--color-muted: hsl(222 30% 18%);--color-muted-foreground: hsl(220 15% 60%);--color-accent: hsl(45 85% 55%);--color-accent-foreground: hsl(222 47% 9%);--color-destructive: hsl(0 65% 50%);--color-destructive-foreground: hsl(220 25% 92%);--color-border: hsl(222 30% 20%);--color-input: hsl(222 30% 20%);--color-ring: hsl(217 90% 65%);--color-sidebar-background: hsl(222 47% 9%);--color-sidebar-foreground: hsl(220 25% 92%);--color-sidebar-primary: hsl(217 90% 65%);--color-sidebar-primary-foreground: hsl(222 47% 9%);--color-sidebar-accent: hsl(45 85% 55%);--color-sidebar-accent-foreground: hsl(222 47% 9%);--color-sidebar-border: hsl(222 30% 20%);--color-sidebar-ring: hsl(217 90% 65%)}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground font-sans antialiased;}h1,h2,h3,h4,h5,h6{@apply font-display;}}.glass-morphism{backdrop-filter:blur(20px);background-color:#ffffff0d;border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 12px -2px #0000004d}.dark .glass-morphism{background-color:#0006;border:1px solid rgba(255,255,255,.1)}.neo-blur{backdrop-filter:blur(40px);background-color:#0006;border:1px solid rgba(255,255,255,.1)}.text-gradient{background:linear-gradient(135deg,#0d2b73,#2574f4);-webkit-background-clip:text;background-clip:text;color:transparent}.dark .text-gradient{background:linear-gradient(135deg,#5593f6,#eebd2b)}.gold-gradient{background:linear-gradient(135deg,#eebd2b,#c9811d);-webkit-background-clip:text;background-clip:text;color:transparent}html{scroll-behavior:smooth}.corporate-gradient{background:linear-gradient(135deg,#f8f9fb,#f0f2f5,#e6e9f0)}.dark .corporate-gradient{background:linear-gradient(135deg,#0c1322,#11192c,#172336)}.hero-gradient{background:linear-gradient(180deg,#0d2b73,#2574f4,#eebd2b)}.scrollbar-premium{scrollbar-width:thin;scrollbar-color:hsl(217,90%,55%) hsl(220,25%,95%)}.dark .scrollbar-premium{scrollbar-color:hsl(217,90%,55%) hsl(222,30%,18%)}
