@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--radius: .5rem}*{@apply border-gray-200 dark:border-gray-700;}body{@apply bg-white dark:bg-gray-900 text-gray-900 dark:text-gray-100;font-family:Noto Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth}}@layer components{.sky-gradient{background:linear-gradient(180deg,#1e3a5f,#1e40af,#2563eb 50%,#60a5fa 70%,#93c5fd,#fcd34d)}.sky-gradient-dark{background:linear-gradient(180deg,#0f172a,#1e293b,#1e3a5f 50%,#1e40af 70%,#312e81,#4c1d95)}.glass{@apply bg-white/10 backdrop-blur-md border border-white/20;}.glass-dark{@apply bg-gray-900/20 backdrop-blur-md border border-gray-700/20;}}@layer utilities{.text-shadow{text-shadow:0 2px 4px rgba(0,0,0,.3)}.text-shadow-lg{text-shadow:0 4px 8px rgba(0,0,0,.5)}}
