@layer utilities{.animate-fade-in-up{animation:fade-in-up .4s ease-out forwards}.animate-bounce-subtle{animation:bounce-subtle 3s ease-in-out infinite}.animate-marquee{animation:marquee 30s linear infinite}.animate-fade-in-down{animation:fade-in-down .4s ease-out forwards}@keyframes fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce-subtle{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes marquee{0%{transform:translate(100%)}to{transform:translate(-100%)}}@keyframes fade-in-down{0%{opacity:0;transform:translate(-50%,-20px)}to{opacity:1;transform:translate(-50%)}}}.thin-scrollbar::-webkit-scrollbar{width:4px}.thin-scrollbar::-webkit-scrollbar-track{background:transparent}.thin-scrollbar::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:10px}.thin-scrollbar::-webkit-scrollbar-thumb:hover{background:#cbd5e1}.theme-indigo{--theme-primary: #4f46e5;--theme-bg: #1e1b4b}.theme-emerald{--theme-primary: #059669;--theme-bg: #064e3b}.theme-crimson{--theme-primary: #e11d48;--theme-bg: #450a0a}.theme-slate{--theme-primary: #475569;--theme-bg: #1e293b}[class*=theme-] .bg-white{background-color:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}[class*=theme-] .text-slate-800{color:#1e293b}.dark{color-scheme:dark}
