@tailwind base;@tailwind components;@tailwind utilities;*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;width:100%}body{font-family:system-ui,-apple-system,sans-serif;background-color:#0f172a;color:#f1f5f9;overflow:hidden}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-in-from-left-4{0%{opacity:0;transform:translate(-16px)}to{opacity:1;transform:translate(0)}}@keyframes zoom-in-95{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.animate-in,.animate-in.fade-in{animation:fade-in .2s ease-out}.animate-in.slide-in-from-left-4{animation:slide-in-from-left-4 .3s ease-out}.animate-in.zoom-in-95{animation:zoom-in-95 .2s ease-out}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#0f172a}::-webkit-scrollbar-thumb{background:#334155;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#475569}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}
