@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap";@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--background: 216 33% 97%;--foreground: 0 0% 2%;--card: 0 0% 100%;--card-foreground: 0 0% 2%;--popover: 0 0% 100%;--popover-foreground: 0 0% 2%;--primary: 220 8% 7%;--primary-foreground: 216 33% 97%;--secondary: 216 6% 57%;--secondary-foreground: 0 0% 2%;--muted: 216 6% 57%;--muted-foreground: 216 6% 40%;--accent: 217 10% 78%;--accent-foreground: 0 0% 2%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 210 20% 98%;--border: 217 10% 78%;--input: 216 33% 97%;--ring: 220 8% 7%;--radius: .75rem}.dark{--background: 0 0% 2%;--foreground: 216 33% 97%;--card: 220 8% 7%;--card-foreground: 216 33% 97%;--popover: 220 8% 7%;--popover-foreground: 216 33% 97%;--primary: 217 10% 78%;--primary-foreground: 0 0% 2%;--secondary: 216 6% 57%;--secondary-foreground: 216 33% 97%;--muted: 220 8% 12%;--muted-foreground: 216 6% 65%;--accent: 216 6% 57%;--accent-foreground: 216 33% 97%;--destructive: 0 100% 64%;--destructive-foreground: 0 0% 100%;--border: 220 8% 20%;--input: 220 8% 10%;--ring: 217 10% 78%}}@layer base{*{@apply border-border;}html{scroll-behavior:smooth}body{@apply bg-background text-foreground transition-colors duration-300;font-family:Outfit,system-ui,-apple-system,sans-serif;overflow-x:clip;font-feature-settings:"kern" 1,"liga" 1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{@apply font-bold text-foreground;text-wrap:balance}h1{@apply text-4xl md:text-5xl lg:text-6xl leading-tight;letter-spacing:-.02em}h2{@apply text-3xl md:text-4xl lg:text-5xl leading-tight;letter-spacing:-.01em}h3{@apply text-2xl md:text-3xl leading-snug;}h4{@apply text-xl md:text-2xl leading-snug;}p{@apply text-base leading-relaxed;max-width:65ch}a,button,input,textarea,select{@apply transition-all duration-300 ease-in-out focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background;}}@layer utilities{.text-balance{text-wrap:balance}.container-custom{@apply max-w-7xl mx-auto px-4 sm:px-6 lg:px-8;}.section-spacing{@apply py-16 md:py-24;}.glass-effect{background:#f5f7fab3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(196,199,204,.2)}.dark .glass-effect{background:#11121499;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(196,199,204,.1)}.metallic-highlight{background:linear-gradient(135deg,#c4c7cc26,#8b919a0d)}.premium-shadow{box-shadow:0 4px 24px #0505050f,0 2px 8px #05050508}.dark .premium-shadow{box-shadow:0 4px 24px #00000080,0 2px 8px #0000004d}.premium-shadow-lg{box-shadow:0 12px 48px #0505051a,0 4px 16px #0505050d}.dark .premium-shadow-lg{box-shadow:0 12px 48px #000000b3,0 4px 16px #00000080}.gradient-overlay{background:linear-gradient(135deg,#f5f7fa,#c4c7cc)}.dark .gradient-overlay{background:linear-gradient(135deg,#050505,#111214)}.glow-hover{transition:all .3s ease}.glow-hover:hover{box-shadow:0 0 20px #c4c7cc4d;border-color:#c4c7cc80}.dark .glow-hover:hover{box-shadow:0 0 20px #c4c7cc26;border-color:#c4c7cc4d}}
