/* Umbrella Corporation Hive Facility - Tactical Theme: Synthwave */
:root {
  --umbrella-red: #dc143c;
  --umbrella-accent: #ff2d95;
  --hive-dark: #050109;
  --red-queen-glow: #ff1744;
}
body {
  background: var(--hive-dark);
  color: var(--umbrella-accent);
  font-family: 'Share Tech Mono', monospace;
  border-top: 3px solid var(--umbrella-red);
}
/* Red Queen System Interface Styling */
