@import"tailwindcss";@theme inline{ --color-background: hsl(210 100% 98%); --color-foreground: hsl(215 25% 15%); --color-card: hsl(0 0% 100%); --color-card-foreground: hsl(215 25% 15%); --color-popover: hsl(0 0% 100%); --color-popover-foreground: hsl(215 25% 15%); --color-primary: hsl(211 65% 22%); --color-primary-foreground: hsl(210 40% 98%); --color-secondary: hsl(217 91% 60%); --color-secondary-foreground: hsl(210 40% 98%); --color-muted: hsl(210 40% 96%); --color-muted-foreground: hsl(215 20% 40%); --color-accent: hsl(187 84% 40%); --color-accent-foreground: hsl(210 40% 98%); --color-destructive: hsl(0 84% 60%); --color-destructive-foreground: hsl(210 40% 98%); --color-border: hsl(214 30% 90%); --color-input: hsl(214 30% 90%); --color-ring: hsl(217 91% 60%); --color-sidebar-background: hsl(0 0% 98%); --color-sidebar-foreground: hsl(240 5% 26%); --color-sidebar-primary: hsl(240 6% 10%); --color-sidebar-primary-foreground: hsl(0 0% 98%); --color-sidebar-accent: hsl(240 5% 96%); --color-sidebar-accent-foreground: hsl(240 6% 10%); --color-sidebar-border: hsl(220 13% 91%); --color-sidebar-ring: hsl(217 91% 60%); --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); --radius-xl: calc(var(--radius) + 4px); --font-sans: "Inter", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; --font-brand: "Poppins", ui-sans-serif, system-ui, sans-serif; --font-heading: "Manrope", ui-sans-serif, system-ui, sans-serif; --gradient-brand: linear-gradient(135deg, #12355B 0%, #2563EB 50%, #06B6D4 100%); --gradient-subtle: linear-gradient(180deg, rgba(37, 99, 235, .1) 0%, rgba(6, 182, 212, .05) 100%); }:root{--radius: .75rem}@media (prefers-color-scheme: dark){:root{--color-background: hsl(215 25% 12%);--color-foreground: hsl(210 40% 98%);--color-card: hsl(215 30% 16%);--color-card-foreground: hsl(210 40% 98%);--color-popover: hsl(215 30% 16%);--color-popover-foreground: hsl(210 40% 98%);--color-primary: hsl(217 91% 60%);--color-primary-foreground: hsl(211 65% 22%);--color-secondary: hsl(217 32% 17%);--color-secondary-foreground: hsl(210 40% 98%);--color-muted: hsl(217 32% 17%);--color-muted-foreground: hsl(215 20% 65%);--color-accent: hsl(217 32% 17%);--color-accent-foreground: hsl(210 40% 98%);--color-destructive: hsl(0 63% 31%);--color-destructive-foreground: hsl(210 40% 98%);--color-border: hsl(217 32% 17%);--color-input: hsl(217 32% 17%);--color-ring: hsl(213 27% 84%);--color-sidebar-background: hsl(240 6% 10%);--color-sidebar-foreground: hsl(240 5% 96%);--color-sidebar-primary: hsl(224 76% 48%);--color-sidebar-primary-foreground: hsl(0 0% 100%);--color-sidebar-accent: hsl(240 4% 16%);--color-sidebar-accent-foreground: hsl(240 5% 96%);--color-sidebar-border: hsl(240 4% 16%);--color-sidebar-ring: hsl(217 91% 60%);--gradient-brand: linear-gradient(135deg, #2563EB 0%, #06B6D4 50%, #9b87f5 100%);--gradient-subtle: linear-gradient(180deg, rgba(37, 99, 235, .15) 0%, rgba(6, 182, 212, .08) 100%)}}@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;}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{@apply bg-muted;}::-webkit-scrollbar-thumb{@apply bg-primary/20 rounded-full;}::-webkit-scrollbar-thumb:hover{@apply bg-primary/30;}::selection{@apply bg-primary/20 text-foreground;}*:focus-visible{@apply outline-none ring-2 ring-ring ring-offset-2 ring-offset-background;}.glass{background:#ffffff1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.glass-dark{background:#0003;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.gradient-text{background:var(--gradient-brand);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@keyframes fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-in-right{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes slide-in-left{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes float-delayed{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes float-delayed-2{0%,to{transform:translateY(0)}50%{transform:translateY(-25px)}}.animate-fade-in{animation:fade-in .6s ease-out}.animate-slide-in-right{animation:slide-in-right .6s ease-out}.animate-slide-in-left{animation:slide-in-left .6s ease-out}.animate-float{animation:float 3s ease-in-out infinite}.animate-float-delayed{animation:float-delayed 4s ease-in-out infinite}.animate-float-delayed-2{animation:float-delayed-2 5s ease-in-out infinite}.delay-1000{animation-delay:1s}.container-custom{@apply mx-auto px-4 sm:px-6 lg:px-8;max-width:1400px}}
