:root {
  /* Backgrounds */
  --bg-primary:      #0b1624;
  --bg-secondary:    #0f1e30;
  --bg-tertiary:     #162236;

  /* Marca */
  --gold:            #C9A84C;
  --gold-light:      #E8C97A;
  --gold-pale:       #F5E0A0;
  --gold-alpha-15:   rgba(201,168,76,0.15);
  --gold-alpha-10:   rgba(201,168,76,0.10);
  --gold-alpha-08:   rgba(201,168,76,0.08);
  --gold-alpha-05:   rgba(201,168,76,0.05);

  /* Texto */
  --text-primary:    #F5F0E8;
  --text-muted:      rgba(245,240,232,0.45);
  --text-faint:      rgba(245,240,232,0.25);
  --text-ghost:      rgba(245,240,232,0.10);

  /* Bordas */
  --border:          rgba(201,168,76,0.15);
  --border-subtle:   rgba(201,168,76,0.08);
  --border-strong:   rgba(201,168,76,0.30);

  /* Status */
  --green:           #5DCAA5;
  --green-alpha:     rgba(29,158,117,0.15);
  --purple:          #AFA9EC;
  --purple-alpha:    rgba(83,74,183,0.12);
  --red:             #F09595;
  --red-alpha:       rgba(240,149,149,0.08);
  --yellow:          #E8C97A;

  /* Tipografia */
  --font-serif:      'Cormorant Garamond', serif;
  --font-sans:       'Montserrat', sans-serif;

  /* Tamanhos */
  --text-xs:         9px;
  --text-sm:         11px;
  --text-md:         13px;
  --text-base:       14px;

  /* Bordas arredondadas */
  --radius-sm:       4px;
  --radius-md:       8px;
  --radius-lg:       10px;
  --radius-xl:       12px;
  --radius-full:     9999px;

  /* Espaçamentos */
  --space-xs:        8px;
  --space-sm:        12px;
  --space-md:        16px;
  --space-lg:        24px;
  --space-xl:        32px;

  /* Transição */
  --transition:      all 0.2s ease;

  /* Nav */
  --nav-height:      52px;
}
}