body{background-color:#f8fafc;color:#0f172a;transition:background-color .3s,color .3s}.dark body{background-color:#020617;color:#f1f5f9}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:9999px}.dark ::webkit-scrollbar-thumb{background:#1e293b}::-webkit-scrollbar-thumb:hover{background:#cbd5e1}.dark ::webkit-scrollbar-thumb:hover{background:#334155}.animate-in{animation-duration:.3s;animation-timing-function:cubic-bezier(.4,0,.2,1);animation-fill-mode:forwards}@keyframes slideInFromRight{0%{transform:translate(100%)}to{transform:translate(0)}}.slide-in-from-right{animation-name:slideInFromRight}
