/* Generated from Escobar OS by sync-clients.py - do not edit by hand. */
:root{
  --bg:#daa141;        /* page background = client primary color */
  --panel:#000000;
  --primary:#daa141;   /* 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:#f0d9b3;   /* brand color over dark surfaces (footer links, doc headers) */
  --btn:#daa141;
  --btn-hover:#b98837;
  --btn-ring:#daa141;
  --btn-soft:color-mix(in srgb, #daa141 7%, #fff);
  --panel-border:#775823;
  --doc-bar:#000000;   /* bars of the legal pages / thank-you header */
  --legal-ink:rgba(0,0,0,.78);
  --legal-ink-soft:rgba(0,0,0,.55);
  --legal-link:rgba(0,0,0,.85);
  /* secondary from Escobar OS: #000000 */
}

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