@import"https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;overflow:hidden;font-family:Jost,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}:root{--bg-primary: #1a1a1a;--bg-secondary: #141414;--bg-tertiary: #1f1f1f;--bg-hover: #252525;--bg-elevated: #1f1f1f;--bg-input: #2a2a2a;--border-primary: #262626;--border-secondary: #333333;--border-light: #2e2e2e;--text-primary: #e8e8e8;--text-secondary: #a0a0a0;--text-tertiary: #707070;--text-quaternary: #555555;--text-muted: #444444;--scrollbar-thumb: #424242;--scrollbar-thumb-hover: #555555;--overlay-bg: #1a1a1a}body{background-color:var(--bg-secondary);color:var(--text-primary)}input,textarea{-webkit-user-select:text;user-select:text}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}.ant-layout{display:flex!important;background:var(--bg-secondary)!important}.ant-layout-content{background:var(--bg-primary)}.ant-layout-sider,.ant-layout-header{background:var(--bg-primary)!important}.ant-layout-has-sider{flex-direction:row!important}.ant-tabs-nav{margin-bottom:0!important}
