@tailwind base;@tailwind components;@tailwind utilities;@layer utilities{.pause-on-hover:hover{animation-play-state:paused}.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{@apply bg-slate-300 dark:bg-slate-700;border-radius:100vh}.custom-scrollbar::-webkit-scrollbar-thumb:hover{@apply bg-slate-400 dark:bg-slate-600;}}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.animate-scroll{display:flex;width:max-content;animation:scroll 60s linear infinite}.pause-on-hover:hover{animation-play-state:paused}.dark{background-color:#0f172a;color:#f1f5f9}.dark body{background-color:#0f172a}.dark .min-h-screen{background-color:#0f172a!important}.dark section{background-color:#1e293b}.dark section.bg-white{background-color:#1e293b!important}.dark section.bg-slate-50{background-color:#0f172a!important}.dark section.bg-slate-900{background-color:#020617!important}.dark h1,.dark h2,.dark h3,.dark h4,.dark h5,.dark h6{color:#f1f5f9}.dark p,.dark span,.dark li,.dark div{color:#cbd5e1}.dark .text-\[\#FACC15\],.dark [class*=text-yellow]{color:#facc15!important}.dark .bg-\[\#FACC15\],.dark [class*=bg-yellow]{background-color:#facc15!important;color:#0f172a!important}.dark .bg-white{background-color:#1e293b!important;color:#f1f5f9!important}.dark .rounded-\[2rem\],.dark .rounded-\[2\.5rem\],.dark .rounded-\[4rem\]{background-color:#1e293b}.dark .border-slate-200,.dark .border-2{border-color:#334155!important}.dark button.bg-slate-900{background-color:#f1f5f9!important;color:#0f172a!important}.dark button.bg-slate-900:hover{background-color:#facc15!important;color:#0f172a!important}.dark input,.dark textarea,.dark select{background-color:#1e293b!important;border-color:#475569!important;color:#f1f5f9!important}.dark input::placeholder,.dark textarea::placeholder{color:#64748b!important}.dark input:focus,.dark textarea:focus,.dark select:focus{border-color:#facc15!important}.dark footer{background-color:#020617!important}.dark img{filter:none}.dark .text-slate-500,.dark .text-slate-400{color:#94a3b8!important}.dark .text-slate-600{color:#cbd5e1!important}.dark .text-slate-900{color:#f1f5f9!important}.dark . .text-white{color:#f1f5f9!important}.dark .hover\:bg-slate-100:hover{background-color:#334155!important}.dark .hover\:bg-slate-50:hover{background-color:#1e293b!important}.dark [class*=backdrop-blur]{background-color:#1e293bcc!important}*{transition:background-color .3s ease,color .3s ease,border-color .3s ease}
