@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply bg-primary text-white antialiased;font-feature-settings:"rlig" 1,"calt" 1}html{scroll-behavior:smooth}}@layer utilities{.animate-gradient-x{background-size:200% 200%;animation:gradient-x 3s ease infinite}@keyframes gradient-x{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.animation-delay-2000{animation-delay:2s}.animation-delay-4000{animation-delay:4s}.glass-panel{background:#ffffff08;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.05)}.text-balance{text-wrap:balance}.scroll-smooth{scroll-behavior:smooth}@media(max-width:768px){button,a{min-height:44px;min-width:44px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}*{-webkit-tap-highlight-color:transparent}img{content-visibility:auto}}@layer components{.section-padding{@apply py-20 md:py-32;}.container-custom{@apply max-w-7xl mx-auto px-4 sm:px-6 lg:px-8;}}
