/* ============================================================
   ARGOS MONALDI WORK STATION — TOKENS DE MARCA
   Paleta y tipografía extraídas del sitio real (public_html/css/style.css).
   No inventar colores nuevos: todo se apoya en estos tokens.
   ============================================================ */

:root{
  /* Latón / dorado */
  --brass-light:   #d4a86a;
  --brass:         #c49458;
  --brass-dark:    #9a6535;
  --brass-deeper:  #633e1e;

  /* Fondo */
  --ink:           #0c0c0d;
  --ink-soft:      #110d08;
  --panel:         #15120d;
  --panel-raised:  #1b1712;
  --panel-line:    rgba(201,154,99,.22);
  --panel-line-soft: rgba(201,154,99,.12);

  /* Texto */
  --cream:         #f2ebe0;
  --cream-dim:     #cac6bc;
  --cream-faint:   #8a857c;
  --text-on-brass: #17130d;

  /* Estado */
  --ok:            #6f9e6a;
  --ok-bg:         rgba(111,158,106,.14);
  --warn:          #c4954a;
  --warn-bg:       rgba(196,149,74,.14);
  --danger:        #b45d52;
  --danger-bg:     rgba(180,93,82,.14);
  --info:          #6a8ea6;
  --info-bg:       rgba(106,142,166,.14);

  /* Tipografía */
  --font-title: 'Cinzel', serif;
  --font-body:  'Montserrat', Arial, sans-serif;

  /* Forma */
  --radius-sm: 3px;
  --radius-md: 6px;
  --radius-lg: 10px;

  /* Sombra — sobria, sin brillos animados */
  --shadow-card: 0 18px 44px rgba(0,0,0,.55), 0 2px 0 rgba(255,255,255,.02) inset;
  --shadow-soft: 0 8px 20px rgba(0,0,0,.35);

  --header-h: 84px;
}
