/* HostingRed Theme — todas las variables de color aquí */
:root {
  --primary:           #C80000;
  --primary-dark:      #A00000;
  --primary-light:     #E01010;
  --accent:            #FF3333;

  --bg:                #F5F5F5;
  --bg-card:           #FFFFFF;
  --bg-sidebar:        #000000;
  --bg-hover:          #F3F4F6;
  --bg-thead:          #F7F7F7;
  --bg-input:          #F8F8F8;

  --bg-login-page:     #000000;
  --bg-login-card:     #000000;
  --login-card-border: #2A2A2A;

  --text:              #1A1A1A;
  --text-muted:        #666666;
  --text-subtle:       #444444;
  --text-sidebar:      #B0B0B0;

  --border:            #E0E0E0;
  --border-light:      #EEEEEE;

  --success:           #16A34A;
  --warning:           #D97706;
  --danger:            #DC2626;
  --info:              #2563EB;

  --radius:            6px;
  --radius-lg:         10px;
  --shadow:            0 4px 24px rgba(0,0,0,0.08);
  --shadow-card:       0 2px 8px rgba(0,0,0,0.06);

  --font-main:         'DM Sans', 'Helvetica Neue', sans-serif;
  --font-mono:         'JetBrains Mono', 'Fira Code', monospace;

  --sidebar-width:     240px;
  --header-height:     64px;
}
