/* Generated from Escobar OS by sync-clients.py - do not edit by hand. */
:root{
  --bg:#141E37;        /* page background = client primary color */
  --panel:#000000;     /* header panel do card = preto */
  --primary:#141E37;   /* 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:#C28B15;   /* brand color over dark surfaces (footer links, doc headers) */
  --btn:#141E37;
  --btn-hover:#11192e;
  --btn-ring:#141E37;
  --btn-soft:color-mix(in srgb, #141E37 7%, #fff);
  --panel-border:#C28B15;
  --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:#C28B15;
  /* secondary from Escobar OS: #C28B15 */
}

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