@tailwind base;@tailwind components;@tailwind utilities;@layer utilities{@keyframes slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.animate-slide-up{animation:slide-up .4s ease-out}.animate-fade-in{animation:fade-in .6s ease-out}}html{scroll-behavior:smooth}button:focus-visible{outline:2px solid #a78bfa;outline-offset:2px}input:focus-visible{outline:2px solid #a78bfa;outline-offset:2px}html{overflow-y:scroll}::selection{background-color:#a78bfa4d;color:inherit}[data-theme=dark] body{background-color:#0b1220}[data-theme=dark] .bg-white{background-color:#0f1724!important}[data-theme=dark] .text-slate-800{color:#e6eef9!important}[data-theme=dark] .text-slate-700{color:#d7e6fb!important}[data-theme=dark] .text-slate-600{color:#bcd2ee!important}[data-theme=dark] .border-slate-100{border-color:#223047!important}[data-theme=dark] .border-slate-200{border-color:#1b2433!important}[data-theme=dark] .bg-indigo-600,[data-theme=dark] .bg-emerald-600{opacity:.95}[data-theme=dark] .bg-slate-100{background-color:#0b1220!important}[data-theme=dark] .text-white{color:#e6eef9!important}[data-theme=dark] .shadow-md,[data-theme=dark] .shadow-sm{box-shadow:0 6px 18px #020617a6!important}[data-theme=dark] .text-\[\#0b2545\]{color:#60a5fa!important}button[type=submit]{color:#fff!important}[data-theme=dark] button[type=submit]{color:#fff!important;background-color:#0b2545!important}
