:root{--bg-page:#FFFFFF;--bg-panel:#FFFFFF;--bg-subtle:#faf8f2;--bg-hover:#faf8f2;--bg-hover-warm:#fbf9f3;--bg-selected:#E0F2FE;--bg-overlay:rgba(15,16,20,0.45);--border:#e6e3d8;--border-strong:#d9d5c5;--border-focus:#0EA5E9;--divider:#E2E8F0;--text-primary:#15161a;--text-secondary:#6b6e78;--text-tertiary:#9097a1;--text-inverse:#FFFFFF;--text-link:#0284C7;--accent:#0EA5E9;--accent-hover:#0284C7;--accent-active:#0369A1;--accent-soft:#E0F2FE;--accent-softer:#F0F9FF;--accent-ink:#075985;--green:#1f8a5b;--green-soft:#d6efe1;--green-text:#0e4e30;--blue:#2563eb;--blue-soft:#dbeafe;--blue-text:#1e40af;--amber:#b8860b;--amber-soft:#fbe9b8;--amber-text:#5b3f00;--red:#c43d3d;--red-soft:#f7dcdc;--red-text:#7a1414;--gray:#6b6e78;--gray-soft:#eef0f3;--gray-text:#3b3d44;--purple:#7a5ae0;--purple-soft:#ece4ff;--purple-text:#3b2080;--sb-bg:#06070B;--sb-ink:#d9dbde;--sb-ink-dim:#9298a1;--sb-hover:#1c1d22;--sb-active:#2a2c33;--sb-border:#1c1e24;--sidebar-w:264px;--topbar-h:60px;--crumbs-h:40px;--row-h:36px;--shadow-popover:0 8px 24px -8px rgba(9,9,11,0.12),0 2px 4px rgba(9,9,11,0.04);--shadow-modal:0 24px 64px -16px rgba(9,9,11,0.22),0 4px 12px rgba(9,9,11,0.06)}body,html{margin:0;padding:0;background:var(--bg-page);color:var(--text-primary);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:15px;line-height:1.45;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"cv11","ss01","ss03"}::-moz-selection{background:var(--accent-soft);color:var(--text-primary)}::selection{background:var(--accent-soft);color:var(--text-primary)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#e6e3d8;border-radius:8px;border:2px solid var(--bg-page)}::-webkit-scrollbar-thumb:hover{background:#d9d5c5}