/* ============================================================
   MyBids theme — brand overrides for the iOwn design system
   ------------------------------------------------------------
   MyBids is offline-first bid & takeoff software for construction
   estimators (measure PDF plans, attach cost assemblies, roll up
   bids). This restates ONLY the THEME (brand) variables from the
   shared iOwn DS (iown.v1.css) at MyBids' amber values. The DS
   structural tokens (spacing/radii/type/shadows/motion/neutrals)
   stay in the shared file and are not duplicated.

   Accent: a confident construction AMBER — evokes blueprints,
   takeoff, and the trades, and is deliberately distinct from
   MyBooks' teal and MyRemoting's kelly green. Navy surfaces are
   shared across the iOwn family.

   Link order on each page:
     <link rel="stylesheet" href="https://api.iownsoftware.com/assets/ds/iown.v1.css">
     <link rel="stylesheet" href="/theme.css">
   ============================================================ */
:root{
  /* Navy surfaces / gradient (shared iOwn family) */
  --bg:#0f1a2e; --grad1:#0f1a2e; --grad2:#1B365D;
  --panel:#14213a; --panel2:#0b1424;

  /* Accent (brand amber) family */
  --accent:#f59e0b; --accent-2:#fbbf24; --accent-bg:#2a2010; --accent-bg-h:#3a2c12; --accent-bd:#6b501f;
  --accent-soft:#fcd34d;

  /* text on a solid amber fill (readable dark ink) */
  --accent-ink:#241701;

  /* Accent-adjacent brand hues */
  --blue:#60a5fa; --amber:#fbbf24;

  /* On-prem "vault" steel palette (cool, NOT amber) — kept for
     parity with the shared DS. */
  --onprem-bg:#0b1422;
  --onprem-bd:#3a4c66;
  --onprem-accent:#9fb6d6;
}
