/* =============================
   DIMARS - Temas (2)
   data-theme="elegante" (default) | data-theme="oscuro"
   ============================= */
/* Logo por tema */
.mark .logo { display:none; height:34px; width:auto; }

/* Tema elegante (default) */
html[data-theme="elegante"] .mark .logo-dark { display:block; }

/* Tema oscuro */
html[data-theme="oscuro"] .mark .logo-white { display:block; }
:root{
  
  --bg:#f5f6fa;
  --card:#ffffff;
  --text:#0b0f17;
  --muted:#556070;
  --border:rgba(15,18,26,.12);
  --accent:#d40017; /* rojo Dimars */
}

html[data-theme="oscuro"]{
  --bg:#0b0f17;
  --card:#121625;
  --text:#EEE;
  --muted:#b6bfd1;
  --border:rgba(255,255,255,.12);
  --accent:#d40017;
}
