body,html{margin:0;padding:0;box-sizing:border-box}body{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;color:#333;background-color:#fff}body::-webkit-scrollbar{display:none}body{-ms-overflow-style:none;scrollbar-width:none}.maintenance-title{font-size:2.5em;margin:.5em 0}.maintenance-message{font-size:1.5em;margin:.5em 0}body.light-mode{background-color:#fff;color:#333}body.dark-mode{background-color:#343541;color:#f3f4f6}.navbar .theme-toggle-button{width:40px;height:40px}.navbar .theme-toggle-button img{width:100%;height:100%;object-fit:contain}