chore: standardize security and quality foundations
Magent CI/CD / verify (push) Failing after 9m34s
Magent CI/CD / deploy-beta (push) Skipped

This commit is contained in:
2026-09-17 20:03:47 +12:00
parent 5639dbcb83
commit f852e7c941
127 changed files with 17928 additions and 10741 deletions
-81
View File
@@ -1,87 +1,6 @@
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Inter:wght@400;500;600&family=JetBrains+Mono:wght@400;500;600;700&display=swap');
:root,
[data-theme='dark'],
[data-theme='light'] {
color-scheme: dark;
--ops-bg: #070d1c;
--ops-bg-2: #0b1326;
--ops-panel: #10182b;
--ops-panel-2: #151e33;
--ops-panel-3: #1c263d;
--ops-line: #334057;
--ops-line-soft: rgba(176, 190, 226, 0.16);
--ops-text: #eff4ff;
--ops-muted: #aeb7ce;
--ops-faint: #737d96;
--ops-primary: #5a50f0;
--ops-primary-2: #c6c1ff;
--ops-cyan: #7ed7ff;
--ops-cyan-2: #0ea5e9;
--ops-coral: #ffb08a;
--ops-green: #85efac;
--ops-red: #ff8d8d;
--ops-warn: #ffd082;
--ops-radius-sm: 4px;
--ops-radius: 6px;
--ops-radius-lg: 8px;
--ink: var(--ops-text);
--ink-muted: var(--ops-muted);
--paper: var(--ops-bg);
--paper-strong: var(--ops-panel);
--accent: var(--ops-coral);
--accent-2: var(--ops-primary);
--accent-3: var(--ops-cyan);
--border: var(--ops-line-soft);
--shadow: transparent;
--glow: 0 0 0 1px rgba(126, 215, 255, 0.16);
--input-bg: rgba(255, 255, 255, 0.035);
--input-ink: var(--ops-text);
--line: var(--ops-line-soft);
--panel: var(--ops-panel);
--panel-soft: rgba(255, 255, 255, 0.035);
--text: var(--ops-text);
--muted: var(--ops-muted);
--error-bg: rgba(122, 36, 53, 0.44);
--error-ink: #ffd6d6;
}
/* Stitch production handoff: Media-Ops master system */
:root,
[data-theme='dark'],
[data-theme='light'] {
--ops-bg: #131315;
--ops-bg-2: #0e0e10;
--ops-panel: #1c1b1d;
--ops-panel-2: #201f21;
--ops-panel-3: #2a2a2c;
--ops-line: #46464d;
--ops-line-soft: rgba(145, 144, 152, 0.24);
--ops-text: #e5e1e4;
--ops-muted: #c7c5ce;
--ops-faint: #919098;
--ops-primary: #090d25;
--ops-primary-2: #c2c4e5;
--ops-cyan: #22d3ee;
--ops-cyan-2: #3b82f6;
--ops-coral: #ffb5a0;
--ops-green: #14b8a6;
--ops-red: #ef4444;
--ops-warn: #f59e0b;
--ops-radius-sm: 4px;
--ops-radius: 8px;
--ops-radius-lg: 12px;
--ink: var(--ops-text);
--ink-muted: var(--ops-muted);
--paper: var(--ops-bg);
--paper-strong: var(--ops-panel);
--border: var(--ops-line-soft);
--panel: var(--ops-panel);
--panel-soft: rgba(255, 255, 255, 0.035);
--input-bg: #0e0e10;
--input-ink: var(--ops-text);
}
* {
letter-spacing: 0 !important;
}