html,body,#root{height:100%;margin:0;padding:0}body{background-color:#f4f7f9;font-family:Roboto,sans-serif;color:#333}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#bbb}.mobile-menu{display:none}.desktop-menu{display:flex}@media (max-width: 768px){.mobile-menu{display:block}.desktop-menu{display:none}}
