/* Generated from Escobar OS by sync-clients.py - do not edit by hand. */
:root{
  --bg:#1E5498;        /* page background = client primary color */
  --panel:#000000;     /* header panel do card = preto */
  --primary:#1E5498;   /* 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:#848283;   /* brand color over dark surfaces (footer links, doc headers) */
  --btn:#1E5498;
  --btn-hover:#194781;
  --btn-ring:#1E5498;
  --btn-soft:color-mix(in srgb, #1E5498 7%, #fff);
  --panel-border:#848283;
  --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(255,255,255,.88);
  --legal-ink-soft:rgba(255,255,255,.68);
  --legal-link:#ffffff;
  /* secondary from Escobar OS: #848283 */
}

/* dark logo on the black bars: white chip behind it */
.card__logo{background:#fff;padding:8px 14px;border-radius:8px;height:64px}
.doc-head img,.thanks-head img{background:#fff;padding:6px 12px;border-radius:8px;height:56px}
