@tailwind base;@tailwind components;@tailwind utilities;html,body{height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;background-color:#f8fafc;font-family:Inter,sans-serif}*{-webkit-tap-highlight-color:transparent}.racing-stripe{height:4px;background:linear-gradient(90deg,#de5307,#000)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}@keyframes bounce-in{0%{opacity:0;transform:translate(-50%,-20px) scale(.9)}70%{opacity:1;transform:translate(-50%,5px) scale(1.02)}to{opacity:1;transform:translate(-50%) scale(1)}}.animate-bounce-in{animation:bounce-in .4s cubic-bezier(.175,.885,.32,1.275) forwards}
