.layout-container{height:100vh;display:flex;overflow:hidden}.sidebar{background-color:#252526;border-right:1px solid #3c3c3c;flex-direction:column;flex-shrink:0;width:220px;display:flex}.sidebar-header{padding:24px 24px 8px}.sidebar-logo{width:100%;max-width:110px;height:auto;display:block}.sidebar-subtitle{color:#8c8c8c;margin-top:8px;font-size:.7rem}.sidebar-divider{border-color:#3c3c3c}.sidebar-list{padding:8px}.sidebar-list-item{margin-bottom:4px}.sidebar-list-button{border-top-left-radius:8px;border-bottom-left-radius:8px;min-height:36px;margin-right:-10px}.sidebar-list-button:hover{background-color:#2a2d2e}.sidebar-list-button.selected{color:#aec998;background-color:#1e1e1e;border-top:1px solid #02020280;border-bottom:1px solid #aec99833;border-left:1px solid #02020280;width:200px}.sidebar-list-button.selected:hover{background-color:#aec9984d}.sidebar-list-icon{min-width:36px;color:inherit}.sidebar-list-text{font-size:.875rem;font-weight:500}.main-area{flex-direction:column;flex-grow:1;display:flex;overflow:hidden}.main-content{background-color:#1e1e1e;flex-grow:1;padding:20px;overflow:auto}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#e0e0e0;background-color:#1e1e1e;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#1e1e1e}::-webkit-scrollbar-thumb{background:#3c3c3c;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#4e4e4e}
