:root {
  --color-bg: #050505;
  --color-bg-soft: #10100f;
  --color-surface: rgba(25, 25, 23, 0.92);
  --color-surface-strong: rgba(34, 32, 28, 0.96);
  --color-border: rgba(255, 255, 255, 0.13);
  --color-border-hot: rgba(255, 122, 0, 0.74);
  --color-text: #fff9ef;
  --color-muted: rgba(255, 249, 239, 0.72);
  --color-soft: rgba(255, 249, 239, 0.52);
  --color-brand: #ff7a00;
  --color-brand-strong: #ff9f1a;
  --shadow-card: 0 18px 44px rgba(0, 0, 0, 0.38);
  --radius-screen: 28px;
  --radius-card: 24px;
  --font-ui: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
