@import"tailwindcss";@theme inline{ --color-background: hsl(0 0% 100%); --color-foreground: hsl(215 25% 27%); --color-card: hsl(0 0% 100%); --color-card-foreground: hsl(215 25% 27%); --color-popover: hsl(0 0% 100%); --color-popover-foreground: hsl(215 25% 27%); --color-primary: hsl(205 45% 30%); --color-primary-foreground: hsl(0 0% 100%); --color-secondary: hsl(147 57% 34%); --color-secondary-foreground: hsl(0 0% 100%); --color-accent: hsl(199 80% 60%); --color-accent-foreground: hsl(215 25% 27%); --color-muted: hsl(210 40% 96.1%); --color-muted-foreground: hsl(215.4 16.3% 46.9%); --color-destructive: hsl(0 84.2% 60.2%); --color-destructive-foreground: hsl(210 40% 98%); --color-border: hsl(214.3 31.8% 91.4%); --color-input: hsl(214.3 31.8% 91.4%); --color-ring: hsl(205 45% 30%); --color-sidebar-background: hsl(0 0% 98%); --color-sidebar-foreground: hsl(240 5.3% 26.1%); --color-sidebar-primary: hsl(240 5.9% 10%); --color-sidebar-primary-foreground: hsl(0 0% 98%); --color-sidebar-accent: hsl(240 4.8% 95.9%); --color-sidebar-accent-foreground: hsl(240 5.9% 10%); --color-sidebar-border: hsl(220 13% 91%); --color-sidebar-ring: hsl(217.2 91.2% 59.8%); --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"; --font-heading: "Poppins", ui-sans-serif, system-ui, sans-serif; --font-nav: "Manrope", ui-sans-serif, system-ui, sans-serif; }:root{--radius: .5rem;--ronin-blue: #0F4C81;--ronin-green: #16A34A;--ronin-sky: #38BDF8;--ronin-white: #FFFFFF;--ronin-light-gray: #F8FAFC;--ronin-dark-gray: #374151}@media (prefers-color-scheme: dark){:root{--color-background: hsl(215 25% 12%);--color-foreground: hsl(210 40% 98%);--color-card: hsl(215 25% 12%);--color-card-foreground: hsl(210 40% 98%);--color-popover: hsl(215 25% 12%);--color-popover-foreground: hsl(210 40% 98%);--color-primary: hsl(199 80% 60%);--color-primary-foreground: hsl(215 25% 27%);--color-secondary: hsl(147 57% 40%);--color-secondary-foreground: hsl(210 40% 98%);--color-muted: hsl(215 25% 20%);--color-muted-foreground: hsl(215 20.2% 65.1%);--color-accent: hsl(205 45% 40%);--color-accent-foreground: hsl(210 40% 98%);--color-destructive: hsl(0 62.8% 30.6%);--color-destructive-foreground: hsl(210 40% 98%);--color-border: hsl(215 25% 20%);--color-input: hsl(215 25% 20%);--color-ring: hsl(199 80% 60%);--color-sidebar-background: hsl(215 25% 12%);--color-sidebar-foreground: hsl(240 4.8% 95.9%);--color-sidebar-primary: hsl(199 80% 60%);--color-sidebar-primary-foreground: hsl(0 0% 100%);--color-sidebar-accent: hsl(215 25% 15%);--color-sidebar-accent-foreground: hsl(240 4.8% 95.9%);--color-sidebar-border: hsl(215 25% 15%);--color-sidebar-ring: hsl(217.2 91.2% 59.8%)}}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground;font-family:Inter,ui-sans-serif,system-ui,sans-serif}h1,h2,h3,h4,h5,h6,.font-heading{font-family:Poppins,ui-sans-serif,system-ui,sans-serif}.font-nav{font-family:Manrope,ui-sans-serif,system-ui,sans-serif}.gradient-hero{background:linear-gradient(135deg,#0f4c81,#16a34a,#38bdf8)}.gradient-primary{background:linear-gradient(135deg,#0f4c81,#38bdf8)}.gradient-secondary{background:linear-gradient(135deg,#16a34a,#0f4c81)}.glass{background:#ffffff1a;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.glass-dark{background:#0f4c811a;backdrop-filter:blur(10px);border:1px solid rgba(15,76,129,.2)}.animate-fade-up{animation:fadeUp .6s ease-out}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-scale-in{animation:scaleIn .4s ease-out}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#0f4c81;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#16a34a}:focus-visible{outline:2px solid #38BDF8;outline-offset:2px}.skip-to-content{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-to-content:focus{position:fixed;top:0;left:0;width:auto;height:auto;padding:.5rem 1rem;margin:0;background:#0f4c81;color:#fff;clip:auto;white-space:normal;z-index:9999}}
