.layout-container{display:flex;height:100vh;overflow:hidden}.sidebar{width:220px;background-color:#252526;border-right:1px solid #3c3c3c;display:flex;flex-direction:column;flex-shrink:0}.sidebar-header{padding:24px 24px 8px}.sidebar-logo{width:100%;height:auto;max-width:110px;display:block}.sidebar-subtitle{color:#8c8c8c;font-size:.7rem;margin-top:8px}.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{background-color:#1e1e1e;color:#aec998;width:200px;border-top:1px solid rgba(2,2,2,.5);border-left:1px solid rgba(2,2,2,.5);border-bottom:1px solid rgba(174,201,152,.2)}.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-grow:1;display:flex;flex-direction:column;overflow:hidden}.main-content{flex-grow:1;background-color:#1e1e1e;overflow:auto;padding:20px}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#1e1e1e;color:#e0e0e0}::-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}
