/* CluPilot admin console — "Tactical Terminal": dark graphite, signal-orange, ops status triad. Scoped to .theme-admin so it overrides the light portal tokens only inside the admin layout — every shared component adapts for free. */ .theme-admin { --bg: #0b0e13; --surface: #12161d; --surface-2: #1a2029; --surface-hover: #1c232d; --border: #232b37; --border-strong: #313b4a; --text-strong: #eef1f6; --text: #c2cad6; --text-muted: #8b95a5; --text-faint: #626d7e; /* signal orange — brighter for dark; dark text sits on the fill (AA) */ --accent: #ff7a2f; --accent-hover: #ff8f4d; --accent-active: #ff7a2f; --accent-press: #e8630f; --accent-subtle: rgba(255, 122, 47, .14); --accent-border: rgba(255, 122, 47, .32); --accent-ring: rgba(255, 122, 47, .45); --on-accent: #0b0e13; --accent-text: #ff9152; --success: #35d07f; --success-bg: rgba(53, 208, 127, .13); --success-border: rgba(53, 208, 127, .32); --success-bright: #35d07f; --warning: #e8b931; --warning-bg: rgba(232, 185, 49, .13); --warning-border: rgba(232, 185, 49, .32); --danger: #ff5247; --danger-bg: rgba(255, 82, 71, .13); --danger-border: rgba(255, 82, 71, .32); --info: #5b9bff; --info-bg: rgba(91, 155, 255, .13); --info-border: rgba(91, 155, 255, .32); }