:root{--font-sans:"Inter", system-ui, -apple-system, sans-serif;--c-bg:#f4f5f7;--c-panel:#fff;--c-sidebar:#fff;--c-topbar:#fff;--c-border:#e8eaed;--c-divider:#f0f1f3;--c-text:#111827;--c-title:#0a0e1a;--c-muted:#6b7280;--c-subtle:#9ca3af;--c-soft:#f3f4f6;--c-row-hover:#fafbfc;--c-nav-active:#111827;--c-nav-active-fg:#fff;--c-nav-hover:#f4f5f7;--c-mark-bg:#111827;--c-mark-fg:#fff;--c-input-bg:#fff;--c-input-border:#e0e2e8;--c-accent:#6366f1;--c-danger:#b91c1c;--c-published-bg:#dcfce7;--c-published-fg:#166534;--c-staging-bg:#fef3c7;--c-staging-fg:#92400e;--c-draft-bg:#e5e7eb;--c-draft-fg:#374151}html[data-theme=dark]{--c-bg:#0d1117;--c-panel:#161b22;--c-sidebar:#0d1117;--c-topbar:#0d1117;--c-border:#21262d;--c-divider:#21262d;--c-text:#c9d1d9;--c-title:#e6edf3;--c-muted:#8b949e;--c-subtle:#6e7681;--c-soft:#1c2128;--c-row-hover:#161b22;--c-nav-active:#f0f6fc;--c-nav-active-fg:#0d1117;--c-nav-hover:#161b22;--c-mark-bg:#f0f6fc;--c-mark-fg:#0d1117;--c-input-bg:#0d1117;--c-input-border:#30363d}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:var(--font-sans);background:var(--c-bg);color:var(--c-text);-webkit-font-smoothing:antialiased;transition:background .2s,color .2s}input,button,select,textarea{font-family:inherit}a{color:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--c-border);border-radius:3px}
