/* Lords Mobile Theme Overrides */
.game-lords-mobile {
  --color-primary: #c9a227;
  --color-primary-dark: #a68420;
  --color-secondary: #8b0000;
  --color-accent: #ffd700;
}

.game-lords-mobile .logo-banner-section {
  background: linear-gradient(135deg, rgba(139, 0, 0, 0.1), rgba(201, 162, 39, 0.1));
}

.game-lords-mobile .main-nav {
  background: linear-gradient(to right, var(--color-bg-light), rgba(139, 0, 0, 0.2));
}

.game-lords-mobile .sidebar-title {
  border-bottom-color: var(--color-secondary);
}

.game-lords-mobile .resource-card,
.game-lords-mobile .building-card,
.game-lords-mobile .research-tree {
  border: 1px solid rgba(201, 162, 39, 0.2);
}

.game-lords-mobile h1,
.game-lords-mobile h2 {
  color: var(--color-accent);
}
