/*
  MOSVIA THEME 2A — PROVISIONAL
  Azul profundo + cobre + hielo

  IMPORTANTE:
  La identidad cromática del sitio vive en este archivo.
  Layout, contenido, interacción y componentes no deben fijar colores de marca.
*/
:root {
  /* Paleta maestra aprobada provisoriamente */
  --theme-deep: #001624;
  --theme-deep-blue: #18204D;
  --theme-copper: #C88A4A;
  --theme-ice: #EAF2FF;

  /* Fondos y superficies derivados */
  --theme-bg: #001624;
  --theme-bg-2: #031A2A;
  --theme-bg-3: #011B2C;
  --theme-bg-4: #09243A;
  --theme-bg-deep: #000C17;
  --theme-surface: #082033;
  --theme-surface-2: #0D2940;
  --theme-surface-3: #132F48;
  --theme-surface-hover: #16364F;

  /* Texto */
  --theme-text: #EAF2FF;
  --theme-text-dim: #C7D7EA;
  --theme-text-body: #9FB2C7;
  --theme-text-nav: #D2DEEC;
  --theme-muted: #8194AA;
  --theme-muted-deep: #5F748A;
  --theme-faint: #40566B;
  --theme-placeholder: #65788C;

  /* Acentos */
  --theme-accent: #C88A4A;
  --theme-accent-strong: #E2A766;
  --theme-secondary-base: #18204D;
  --theme-secondary: #456A9B;
  --theme-danger: #FF9C8E;

  /* RGB para transparencias */
  --theme-bg-rgb: 0, 22, 36;
  --theme-bg-deep-rgb: 0, 12, 23;
  --theme-text-rgb: 234, 242, 255;
  --theme-accent-rgb: 200, 138, 74;
  --theme-accent-strong-rgb: 226, 167, 102;
  --theme-secondary-rgb: 69, 106, 155;
  --theme-danger-rgb: 255, 156, 142;
}

/* MOSVIA 01.3 — surface rhythm + REVERSE4 flux core */
:root {
  --theme-ice-soft: #F4F7FC;
  --theme-ice-card: #FBFCFE;
  --theme-ink: #001624;
  --theme-ink-2: #17334A;
  --theme-ink-body: #4D6478;
  --theme-ink-muted: #6F8396;
  --theme-copper-soft: #D79A5B;
  --theme-copper-hot: #FFB25F;
  --theme-copper-rgb: 200, 138, 74;
}
