*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-color:#0a0e1b;color:#f9fafb;overflow-x:hidden}.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:#0a0e1b;border-radius:8px}.custom-scrollbar::-webkit-scrollbar-thumb{background:#1f2937;border-radius:8px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#374151}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#0a0e1b}::-webkit-scrollbar-thumb{background:#1f2937;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#374151}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInFromBottom{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideInFromRight{0%{transform:translate(20px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes zoomIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.animate-in{animation-duration:.3s;animation-timing-function:ease-out;animation-fill-mode:both}.fade-in{animation-name:fadeIn}.slide-in-from-bottom-4{animation-name:slideInFromBottom}.slide-in-from-bottom-8{animation-name:slideInFromBottom;animation-duration:.5s}.slide-in-from-right{animation-name:slideInFromRight}.zoom-in-95{animation-name:zoomIn}.duration-200{animation-duration:.2s}.duration-300{animation-duration:.3s}.duration-500{animation-duration:.5s}#root{opacity:0;animation:fadeIn .3s ease-in forwards;animation-delay:.1s}
