@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--background: 0 0% 100%;--foreground: 0 0% 4%;--card: 0 0% 100%;--card-foreground: 0 0% 4%;--popover: 0 0% 100%;--popover-foreground: 0 0% 4%;--primary: 137 100% 41%;--primary-foreground: 0 0% 100%;--secondary: 210 40% 96.1%;--secondary-foreground: 222.2 47.4% 11.2%;--muted: 210 40% 96.1%;--muted-foreground: 215.4 16.3% 46.9%;--accent: 210 40% 96.1%;--accent-foreground: 222.2 47.4% 11.2%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 210 40% 98%;--border: 214.3 31.8% 91.4%;--input: 214.3 31.8% 91.4%;--ring: 137 100% 41%;--radius: .75rem}.dark{--background: 0 0% 4%;--foreground: 0 0% 100%;--card: 0 0% 10%;--card-foreground: 0 0% 100%;--popover: 0 0% 10%;--popover-foreground: 0 0% 100%;--primary: 137 100% 41%;--primary-foreground: 0 0% 0%;--secondary: 0 0% 15%;--secondary-foreground: 0 0% 100%;--muted: 0 0% 15%;--muted-foreground: 0 0% 63%;--accent: 137 100% 41%;--accent-foreground: 0 0% 0%;--destructive: 0 100% 64%;--destructive-foreground: 0 0% 100%;--border: 0 0% 20%;--input: 0 0% 15%;--ring: 137 100% 41%}}@layer base{*{@apply border-border;}html{scroll-behavior:smooth}body{@apply bg-background text-foreground transition-colors duration-300;font-family:Plus Jakarta Sans,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-primary focus-visible:ring-offset-2 focus-visible:ring-offset-background;}label[required]:after{content:" *";@apply text-destructive;}input[aria-invalid=true],textarea[aria-invalid=true],select[aria-invalid=true]{@apply border-destructive focus-visible:ring-destructive;animation:shake .4s cubic-bezier(.36,.07,.19,.97) both}}@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;}.gradient-overlay{background:linear-gradient(to bottom,#0a0a0ab3,#0a0a0af2)}.form-error{@apply text-sm text-destructive font-medium mt-1;}@keyframes shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}}
