:root{--font-mono: "JetBrains Mono", "Fira Code", "SF Mono", Menlo, Consolas, monospace}:root[data-theme=dark]{--color-bg: #0a0a0a;--color-bg-elevated: #0f0f0f;--color-fg: #fafafa;--color-border: #2a2a2a;--color-divider: #1f1f1f;--scrollbar-thumb: #333;--scrollbar-thumb-hover: #555}:root[data-theme=light]{--color-bg: #fafafa;--color-bg-elevated: #ffffff;--color-fg: #0a0a0a;--color-border: #cccccc;--color-divider: #e5e5e5;--scrollbar-thumb: #bbb;--scrollbar-thumb-hover: #999}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background-color:var(--color-bg);color:var(--color-fg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mono{font-family:var(--font-mono);font-feature-settings:"tnum"}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}.ant-table-wrapper .ant-table-cell{padding:8px 12px!important}
