/* Generated from Escobar OS by sync-clients.py - do not edit by hand. */
:root{
  --panel:#000000;     /* header panel do card = preto */
  --bg:#000b49;        /* page background = client primary color */
  --primary:#000b49;   /* on white surfaces (buttons, links, kicker) */
  --head:#9397b1;      /* headline over the header panel */
  --panel-ink:var(--white); /* sub line over the header panel */
  --on-dark:#999db6;   /* brand color over dark surfaces (footer links, doc headers) */
  --btn:#000b49;
  --btn-hover:#00093e;
  --btn-ring:#000b49;
  --btn-soft:color-mix(in srgb, #000b49 7%, #fff);
  --panel-border:#9397b1;
  --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:#999db6;
  /* secondary from Escobar OS: #000b49 */
}

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

/* 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}
