/*
Theme Name:   Sentry Command Ops
Theme URI:    https://sentrycommandops.com
Description:  Command Center child theme for Amazon seller automation dashboard. Built on Twenty Twenty-Five.
Author:       MadoVentures
Author URI:   https://sentrycommandops.com
Template:     twentytwentyfive
Version:      1.0.0
License:      Private
Text Domain:  sentry-command-ops
*/

/* ── Global overrides ─────────────────────────────────────────────────────── */
:root {
    --sco-bg:       #0a0f1e;
    --sco-surface:  #1e293b;
    --sco-accent:   #22d3ee;
    --sco-text:     #e2e8f0;
    --sco-muted:    #64748b;
}

/* Only apply when not in the dashboard template (which sets its own full styles) */
body:not(.page-template-page-sentry-command-ops) {
    background-color: var(--sco-bg);
    color: var(--sco-text);
}
