/* ============================================================
   Inframark console skin - overrides rc-console.css brand family.
   Shell + primary + accent become Inframark: deep navy #0d004c,
   water blue #008fd5, lime #afe327 CTA, ice #deeff4 capture tags.
   Status colors (green / amber / red) stay semantic; type stays
   the Ubuntu console face. Linked ONLY by concept-7c.html, after
   rc-console.css, so its :root wins.
   Palette pulled from inframark.com live CSS (2026-08-16).
   ============================================================ */
:root {
  /* Shell chrome -> Inframark deep navy */
  --navy: #0d004c;
  --navy-2: #1c1064;
  --navy-deep: #06002e;

  /* Any brand element I did not name explicitly falls back to Inframark navy,
     never DataRipple red. */
  --rc-brand: #0d004c;
  --rc-brand-2: #1c1064;

  /* Interactive accent + capture tags -> Inframark water blue on ice */
  --blue: #0071ab;          /* text-safe water blue for .sys chips + links */
  --blue-bg: #deeff4;       /* Inframark ice */
  --accent: #008fd5;
  --link: #0071ab;
  --focus: #008fd5;
  --brand: #0d004c;
  --brand-soft: #e6eef8;

  /* Primary CTA on the drawer/modal (skins.css) -> lime + navy ink */
  --cta-bg: #afe327; --cta-ink: #0d004c; --cta-hover: #9ccf1d;

  /* Critical status stays RED - it is an alert color, not a brand color */
  --crit-dot: #cc0c1f; --crit-ink: #a81e10; --crit-bg: #fbe6e6;

  /* Meters + sequential fills follow the water-blue accent */
  --seq-4: #008fd5;
}

/* Console primary buttons -> Inframark signature lime (pops on the navy topbar) */
.b.pri { background: #afe327; color: #0d004c; border-color: #afe327; }
.b.pri:hover { background: #9ccf1d; border-color: #9ccf1d; }

/* Active view-tab underline -> water blue */
.viewtabs button[aria-current="page"] { border-bottom-color: #008fd5; }

/* Avatar + EXEC badge */
.rc-user .av { background: #008fd5; }
.rc-brand .badge { background: #afe327; color: #0d004c; }

/* Ask-bar spark icon -> water blue */
.rc-aibar .spark-ic { color: #008fd5; }

/* The "Needs you today" alarm keeps its RED urgency; its inner CTA goes navy
   so a bright-lime button does not vibrate against the red border. */
.tile.alarm { border-color: #cc0c1f; }
.tile.alarm .tl, .tile.alarm .tv { color: #cc0c1f; }
.tile.alarm .b.pri { background: #0d004c; color: #fff; border-color: #0d004c; }

/* Scoreboard capture chips sit on the navy strip -> water-blue tint */
.sb .sys { background: rgba(0,143,213,.22); color: #86caf3; }
.sb .sys:hover { background: rgba(0,143,213,.34); }

/* Sidebar section labels + active row read fine on the deeper navy already. */
