:root{--bg-base:#0a0a0a;--bg-surface:#141414;--bg-elevated:#1a1a1a;--bg-hover:#222;--border-default:#262626;--border-subtle:#1f1f1f;--border-active:#404040;--text-primary:#fff;--text-secondary:#a3a3a3;--text-muted:#737373;--text-inverse:#0a0a0a;--accent:#ff4d4d;--accent-hover:#f66;--accent-muted:#ff4d4d26;--status-draft:#737373;--status-review:#f59e0b;--status-approved:#22c55e;--status-published:#ff4d4d;--status-deprecated:#ef4444;--status-archived:#6b7280;--radius-sm:.375rem;--radius-md:.5rem;--radius-lg:.75rem}body{background-color:var(--bg-base);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#333;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#444}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}::selection{background:var(--accent-muted);color:var(--text-primary)}@keyframes slideIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.sticky-header thead th{z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:sticky;top:0}
