/* Theme 1: physical-world (Gothic Manor Exploration - Default) */
.app-root.theme-physical-world,
.app-root:not([class*="theme-"]) {
  --color-bg: #1a1614;
  --color-panel-bg: rgba(39, 33, 30, 0.95);
  --color-text: #e2d9cf;
  --color-border: #4a2511;
  --color-border-active: #d4af37;
  --color-accent: #d4af37;
  --color-shadow: rgba(212, 175, 55, 0.15);
  --font-primary: var(--font-serif-primary);
  --letter-spacing: 0.015em;
  --text-glow: none;
}

.app-root.theme-physical-world::before,
.app-root:not([class*="theme-"])::before {
}

.app-root.theme-physical-world::after,
.app-root:not([class*="theme-"])::after {
}
