/* Generated from Escobar OS by sync-clients.py - do not edit by hand. */
:root{
  --bg:#ee1923;        /* page background = client primary color */
  --panel:#000000;
  --primary:#ee1923;   /* on white surfaces (buttons, links, kicker) */
  --head:#ffffff;      /* headline over the header panel */
  --panel-ink:rgba(255,255,255,.92); /* sub line over the header panel */
  --on-dark:#d4b572;   /* brand color over dark surfaces (footer links, doc headers) */
  --btn:#ee1923;
  --btn-hover:#ca151d;
  --btn-ring:#ee1923;
  --btn-soft:color-mix(in srgb, #ee1923 7%, #fff);
  --panel-border:#d4b572;
  --doc-bar:#000000;   /* bars of the legal pages / thank-you header */
  /* rodape sobre o fundo da pagina: tinta escolhida pelo contraste real */
  --legal-ink:rgba(0,0,0,.78);
  --legal-ink-soft:rgba(0,0,0,.58);
  --legal-link:rgba(0,0,0,.85);
  /* secondary from Escobar OS: #d4b572 */
}

/* dark logo: white chip on the dark bars (legal pages + thank-you header) */
.doc-head img,.thanks-head img{background:#fff;padding:6px 12px;border-radius:8px;height:56px}

/* dark logo on the black header panel: white chip behind it */
.card__logo{background:#fff;padding:8px 14px;border-radius:8px;height:64px}
