:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;padding:0;width:100vw;height:100vh;background-color:#f0f2f5;color:#333;overflow:hidden}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ccc;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#999}button{font-family:inherit;cursor:pointer}.mobile-show{display:none!important}.mobile-hide{display:block!important}@media(max-width:768px){.mobile-show{display:block!important}.mobile-hide,.nav-links-desktop{display:none!important}.sidebar-mobile{position:fixed;top:60px;left:-100%;width:85%;height:calc(100vh - 60px);background:#fff;z-index:1000;transition:left .3s ease-in-out;border-right:1px solid #ddd;box-shadow:2px 0 10px #0000001a}.sidebar-mobile.open{left:0}}
