@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";
:root{--font-sans:"Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--color-bg-base:#fff;--color-bg-container:#fff;--color-bg-surface:#fafafa;--color-bg-elevated:#fff;--color-bg-layout:#fafafa;--color-border:#e4e4e7;--color-border-secondary:#f4f4f5;--color-text:#18181b;--color-text-secondary:#71717a;--color-text-tertiary:#a1a1aa;--color-text-placeholder:#a1a1aa;--color-text-muted:#71717a;--color-fill-secondary:#e4e4e7;--color-fill-tertiary:#f4f4f5;--color-fill-quaternary:#f8fafc;--color-primary:#6366f1;--color-primary-hover:#4f46e5;--color-mention-bg:#6366f11f;--color-mention-text:#4f46e5;--color-mention-hover-bg:#6366f138;--color-mention-hover-text:#3730a3;--sidebar-width:220px;--sidebar-collapsed-width:0px;--leftbar-width:48px;--table-row-height:36px;--table-group-header-height:44px;--table-name-col-width:280px;--transition-fast:.1s ease;--transition-normal:.2s ease;--transition-slow:.3s ease;--z-sidebar:100;--z-header:200;--z-overlay:300;--z-modal:400;--z-tooltip:500;--z-toast:600}[data-theme=dark]{--color-bg-base:#18181b;--color-bg-container:#27272a;--color-bg-surface:#0f0f12;--color-bg-elevated:#27272a;--color-bg-layout:#0f0f12;--color-border:#3f3f46;--color-border-secondary:#3f3f46;--color-text:#f4f4f5;--color-text-secondary:#a1a1aa;--color-text-tertiary:#71717a;--color-text-placeholder:#71717a;--color-text-muted:#a1a1aa;--color-fill-secondary:#3f3f46;--color-fill-tertiary:#27272a;--color-fill-quaternary:#1e1e24;--color-primary:#818cf8;--color-primary-hover:#6366f1;--color-mention-bg:#6366f140;--color-mention-text:#a5b4fc;--color-mention-hover-bg:#6366f166;--color-mention-hover-text:#c7d2fe}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;font-family:var(--font-sans);scroll-behavior:smooth}body{font-family:var(--font-sans);background-color:var(--color-bg-surface);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;line-height:1.5714}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.text-xs{font-size:11px}.text-sm{font-size:12px}.text-base{font-size:14px}.text-lg{font-size:16px}.text-xl{font-size:20px}.text-2xl{font-size:24px}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-muted{color:var(--color-text-muted)}.text-primary{color:var(--color-primary)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:8px}.gap-4{gap:16px}.w-full{width:100%}.h-full{height:100%}.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}@keyframes fade-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-in-right{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}@keyframes pulse-scale{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.animate-fade-in{animation:fade-in var(--transition-normal) forwards}.animate-slide-in-right{animation:slide-in-right var(--transition-normal) forwards}.ant-layout{min-height:100vh}.ant-menu-item,.ant-menu-submenu-title{transition:color var(--transition-fast), background var(--transition-fast)!important}.ant-btn:after{display:none!important}
