@tailwind base;@tailwind components;@tailwind utilities;:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@layer base{:root{--background: 248 250 252;--foreground: 30 41 59;--card: 255 255 255;--card-foreground: 30 41 59;--popover: 255 255 255;--popover-foreground: 30 41 59;--primary: 37 99 235;--primary-foreground: 255 255 255;--secondary: 241 245 249;--secondary-foreground: 30 41 59;--muted: 241 245 249;--muted-foreground: 100 116 139;--accent: 37 99 235;--accent-foreground: 255 255 255;--destructive: 239 68 68;--destructive-foreground: 255 255 255;--border: 226 232 240;--input: 226 232 240;--ring: 37 99 235;--chart-1: 37 99 235;--chart-2: 16 185 129;--chart-3: 245 158 11;--chart-4: 239 68 68;--chart-5: 139 92 246;--radius: 12px}.dark{--background: 0 0% 3.9%;--foreground: 0 0% 98%;--card: 0 0% 3.9%;--card-foreground: 0 0% 98%;--popover: 0 0% 3.9%;--popover-foreground: 0 0% 98%;--primary: 0 0% 98%;--primary-foreground: 0 0% 9%;--secondary: 0 0% 14.9%;--secondary-foreground: 0 0% 98%;--muted: 0 0% 14.9%;--muted-foreground: 0 0% 63.9%;--accent: 0 0% 14.9%;--accent-foreground: 0 0% 98%;--destructive: 0 62.8% 30.6%;--destructive-foreground: 0 0% 98%;--border: 0 0% 14.9%;--input: 0 0% 14.9%;--ring: 0 0% 83.1%;--chart-1: 220 70% 50%;--chart-2: 160 60% 45%;--chart-3: 30 80% 55%;--chart-4: 280 65% 60%;--chart-5: 340 75% 55%}}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground;scroll-behavior:smooth}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f5f980;border-radius:4px}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:4px;transition:all .3s ease}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#2563eb,#7c3aed)}::selection{background:#3b82f633;color:#1e293b}.backdrop-blur-sm{-webkit-backdrop-filter:blur(8px) saturate(180%);backdrop-filter:blur(8px) saturate(180%)}.backdrop-blur-md{-webkit-backdrop-filter:blur(12px) saturate(180%);backdrop-filter:blur(12px) saturate(180%)}.shadow-modern{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.shadow-modern-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.shadow-modern-xl{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.animate-fade-in-up{animation:fadeInUp .6s ease-out}.animate-fade-in-scale{animation:fadeInScale .4s ease-out}.btn-modern{@apply px-6 py-3 rounded-2xl font-semibold transition-all duration-300 transform hover:scale-105 focus:outline-none focus:ring-4 focus:ring-blue-500/20;}.btn-primary{@apply bg-gradient-to-r from-blue-600 via-purple-600 to-blue-700 text-white hover:shadow-xl;}.btn-secondary{@apply bg-white/80 backdrop-blur-sm text-slate-700 border border-slate-200 hover:bg-white hover:shadow-lg;}.card-modern{@apply bg-white/80 backdrop-blur-sm rounded-3xl shadow-xl border border-white/20 transition-all duration-300;}.card-hover{@apply hover:shadow-2xl hover:scale-[1.02] transform;}@media (max-width: 640px){.container{@apply px-4;}.grid-responsive{@apply grid-cols-1;}.text-responsive-xl{@apply text-3xl;}.text-responsive-lg{@apply text-xl;}}@media (min-width: 641px) and (max-width: 768px){.grid-responsive{@apply grid-cols-2;}.text-responsive-xl{@apply text-4xl;}.text-responsive-lg{@apply text-2xl;}}@media (min-width: 769px){.grid-responsive{@apply grid-cols-3;}.text-responsive-xl{@apply text-5xl;}.text-responsive-lg{@apply text-3xl;}}.form-input-modern{@apply w-full px-4 py-3 bg-white/50 backdrop-blur-sm border border-slate-200 rounded-2xl focus:outline-none focus:ring-4 focus:ring-blue-500/20 focus:border-blue-500 transition-all duration-300;}.form-label-modern{@apply block text-sm font-semibold text-slate-700 mb-2;}.loading-spinner{@apply w-8 h-8 border-4 border-blue-500 border-t-transparent rounded-full animate-spin;}.nav-link{@apply px-4 py-2 rounded-xl font-medium transition-all duration-300 hover:bg-white/50 hover:text-blue-600;}.nav-link-active{@apply bg-gradient-to-r from-blue-500 to-purple-600 text-white shadow-lg;}
