@tailwind base;@tailwind components;@tailwind utilities;:root{--primary-50:#eff6ff;--primary-100:#dbeafe;--primary-500:#3b82f6;--primary-600:#2563eb;--primary-700:#1d4ed8;--indigo-500:#6366f1;--indigo-600:#4f46e5;--indigo-700:#4338ca;--success-50:#ecfdf5;--success-500:#10b981;--success-600:#059669;--warning-50:#fffbeb;--warning-500:#f59e0b;--warning-600:#d97706;--danger-50:#fef2f2;--danger-500:#ef4444;--danger-600:#dc2626;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--shadow-soft:0 2px 15px -3px #00000012,0 10px 20px -2px #0000000a;--shadow-card:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-card-hover:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;--radius-sm:.375rem;--radius-default:.5rem;--radius-md:.75rem;--radius-lg:1rem;--radius-xl:1.5rem;--radius-full:9999px}@layer base{@apply box-border;@apply antialiased;html{text-rendering:optimizeLegibility}@apply font-sans text-gray-900 bg-gray-50;body{font-feature-settings:"liga" 1,"calt" 1}@apply text-3xl font-semibold tracking-tight;@apply text-2xl font-semibold tracking-tight;@apply text-xl font-semibold;@apply text-lg font-semibold;@apply text-gray-600 leading-relaxed;@apply outline-none ring-2 ring-primary-500 ring-offset-2;@apply bg-primary-100 text-primary-900;}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-fade-in{animation:.3s ease-out forwards fadeIn}.animate-slide-in{animation:.3s ease-out forwards slideIn}.animate-pulse-slow{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}.animate-shimmer{background:linear-gradient(90deg,#0000 0%,#fff6 50%,#0000 100%) 0 0/200% 100%;animation:2s linear infinite shimmer}.stagger-1{animation-delay:50ms}.stagger-2{animation-delay:.1s}.stagger-3{animation-delay:.15s}.stagger-4{animation-delay:.2s}.stagger-5{animation-delay:.25s}@layer components{@apply bg-white rounded-lg shadow-card transition-shadow duration-200;@apply shadow-card-hover;@apply inline-flex items-center justify-center px-4 py-2 text-sm font-medium rounded transition-colors duration-200 focus:outline-none focus:ring-2 focus:ring-offset-2;@apply btn bg-primary-600 text-white hover:bg-primary-700 focus:ring-primary-500;@apply btn bg-gray-100 text-gray-900 hover:bg-gray-200 focus:ring-gray-500;@apply btn text-gray-600 hover:bg-gray-100 hover:text-gray-900;@apply block w-full rounded-md border-gray-300 shadow-sm focus:border-primary-500 focus:ring-primary-500 sm:text-sm;@apply block text-sm font-medium text-gray-700;@apply inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium;@apply badge bg-success-50 text-success-600;@apply badge bg-warning-50 text-warning-600;@apply badge bg-danger-50 text-danger-600;@apply rounded-md p-4;@apply alert bg-success-50 text-success-700;@apply alert bg-warning-50 text-warning-700;@apply alert bg-danger-50 text-danger-700;}@layer utilities{.text-balance{text-wrap:balance}@apply bg-clip-text text-transparent bg-gradient-to-r from-primary-600 to-indigo-600;@apply bg-white/80 backdrop-blur-md;.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}@apply focus-within:ring-2 focus-within:ring-primary-500 focus-within:ring-offset-2;}
