@import"tailwindcss";@theme inline{ --color-background: hsl(222 45% 12%); --color-foreground: hsl(0 0% 98%); --color-primary: hsl(222 45% 18%); --color-primary-foreground: hsl(0 0% 98%); --color-secondary: hsl(217 75% 45%); --color-secondary-foreground: hsl(0 0% 98%); --color-accent: hsl(158 64% 42%); --color-accent-foreground: hsl(0 0% 98%); --color-card: hsl(222 45% 15%); --color-card-foreground: hsl(0 0% 98%); --color-popover: hsl(222 45% 15%); --color-popover-foreground: hsl(0 0% 98%); --color-muted: hsl(222 30% 25%); --color-muted-foreground: hsl(215 20% 75%); --color-destructive: hsl(0 75% 55%); --color-destructive-foreground: hsl(0 0% 98%); --color-border: hsl(222 30% 25%); --color-input: hsl(222 30% 25%); --color-ring: hsl(217 75% 50%); --color-sidebar-background: hsl(222 45% 12%); --color-sidebar-foreground: hsl(0 0% 98%); --color-sidebar-primary: hsl(217 75% 45%); --color-sidebar-primary-foreground: hsl(0 0% 98%); --color-sidebar-accent: hsl(222 30% 20%); --color-sidebar-accent-foreground: hsl(0 0% 98%); --color-sidebar-border: hsl(222 30% 25%); --color-sidebar-ring: hsl(217 75% 50%); --font-sans: "Inter", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; --font-heading: "Manrope", ui-sans-serif, system-ui, sans-serif; --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); --radius-xl: calc(var(--radius) + 2px); }:root{--radius: .625rem;--midnight-navy: #1e3a5f;--royal-blue: #2d5da8;--emerald-green: #10b981;--platinum-gray: #e5e7eb;--charcoal: #374151;--white: #ffffff}@media (prefers-color-scheme: light){:root{--color-background: hsl(0 0% 98%);--color-foreground: hsl(222 45% 12%);--color-primary: hsl(222 45% 18%);--color-primary-foreground: hsl(0 0% 98%);--color-card: hsl(0 0% 100%);--color-card-foreground: hsl(222 45% 12%);--color-popover: hsl(0 0% 100%);--color-popover-foreground: hsl(222 45% 12%);--color-secondary: hsl(217 75% 45%);--color-secondary-foreground: hsl(0 0% 98%);--color-accent: hsl(158 64% 42%);--color-accent-foreground: hsl(0 0% 98%);--color-muted: hsl(215 30% 95%);--color-muted-foreground: hsl(215 20% 45%);--color-destructive: hsl(0 75% 55%);--color-destructive-foreground: hsl(0 0% 98%);--color-border: hsl(215 30% 90%);--color-input: hsl(215 30% 90%);--color-ring: hsl(217 75% 50%)}}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground;font-feature-settings:"rlig" 1,"calt" 1}h1,h2,h3,h4,h5,h6{@apply font-heading;font-weight:700}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:hsl(var(--color-background))}::-webkit-scrollbar-thumb{background:hsl(var(--color-primary));border-radius:4px}::-webkit-scrollbar-thumb:hover{background:hsl(var(--color-secondary))}}@layer utilities{.glass{background:#ffffff1a;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.glass-dark{background:#0003;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.gradient-navy{background:linear-gradient(135deg,#1e3a5f,#2d5da8)}.gradient-emerald{background:linear-gradient(135deg,#10b981,#059669)}.gradient-royal{background:linear-gradient(135deg,#2d5da8,#1e40af)}.text-gradient{background:linear-gradient(135deg,#2d5da8,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.shadow-premium{box-shadow:0 25px 50px -12px #00000040}.shadow-glow{box-shadow:0 0 30px #2d5da84d}}@layer components{.animate-float{animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.animate-pulse-slow{animation:pulse 4s cubic-bezier(.4,0,.6,1) infinite}.animate-glow{animation:glow 2s ease-in-out infinite alternate}@keyframes glow{0%{box-shadow:0 0 20px #2d5da866}to{box-shadow:0 0 30px #10b98199}}}
