@tailwind base;@tailwind components;@tailwind utilities;:root{--brand-blue: #2563eb;--brand-slate: #0f172a}body{@apply selection:bg-blue-100 selection:text-blue-600 antialiased;}html{scroll-behavior:smooth}@keyframes slideDown{0%{opacity:0;transform:translate(-50%,-15px) scale(.98)}to{opacity:1;transform:translate(-50%) scale(1)}}.animate-slideDown{animation:slideDown .4s cubic-bezier(.16,1,.3,1) forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-page{animation:fadeIn .6s cubic-bezier(.16,1,.3,1) forwards}@keyframes bounce-slow{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.animate-bounce-slow{animation:bounce-slow 3s ease-in-out infinite}@keyframes float{0%{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(1deg)}to{transform:translateY(0) rotate(0)}}.animate-float{animation:float 5s ease-in-out infinite}.glass{@apply bg-white/70 backdrop-blur-xl border border-white/40 shadow-xl;box-shadow:0 8px 32px #1f268712}.glass-dark{@apply bg-slate-900/80 backdrop-blur-xl border border-white/10 shadow-2xl;}.btn-premium{@apply relative overflow-hidden transition-all duration-300 active:scale-95;}.btn-premium:after{content:"";@apply absolute inset-0 bg-white/20 scale-x-0 origin-right transition-transform duration-500;}.btn-premium:hover:after{@apply scale-x-100 origin-left;}.shadow-3xl{box-shadow:0 25px 50px -12px #00000026}.font-black{font-weight:900}.gradient-blue{background:linear-gradient(135deg,#2563eb,#1d4ed8)}.gradient-dark{background:linear-gradient(135deg,#0f172a,#1e293b)}.hover-lift{@apply transition-all duration-300 hover:-translate-y-2 hover:shadow-2xl;}.sr-only{@apply absolute w-px h-px p-0 -m-px overflow-hidden clip-rect-0 border-0;}.line-clamp-1{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}html.dark{color-scheme:dark}html.dark body{@apply bg-slate-950 text-slate-100 selection:bg-blue-900 selection:text-blue-200;}html.dark .glass{@apply bg-slate-900/80 border-slate-800 shadow-2xl;box-shadow:0 8px 32px #0000005e}.dark .bg-slate-50{background-color:#030712!important}.dark .bg-white{background-color:#0f172a!important;color:#f8fafc}.dark .text-slate-900,.dark .text-gray-900{color:#f8fafc!important}.dark .text-slate-800,.dark .text-gray-800{color:#f1f5f9!important}.dark .text-slate-700,.dark .text-gray-700{color:#e2e8f0!important}.dark .text-slate-600,.dark .text-gray-600{color:#cbd5e1!important}.dark .text-slate-500,.dark .text-gray-500{color:#94a3b8!important}.dark .border-slate-100,.dark .border-slate-200,.dark .border-gray-100,.dark .border-gray-200{border-color:#1e293b!important}.dark input:not([type=submit]):not([type=button]),.dark select,.dark textarea{background-color:#1e293b!important;color:#f8fafc!important;border-color:#334155!important}
