:root {
  color-scheme: dark;
  --bg: #06100e; --bg-soft: #0a1714; --panel: rgba(16, 32, 28, .68); --panel-strong: rgba(18, 38, 32, .9);
  --line: rgba(197, 231, 208, .12); --line-bright: rgba(197, 231, 208, .23);
  --text: #f3f7f3; --muted: #93a79f; --green: #89d6a3; --lime: #c6e889; --amber: #e9b872; --blue: #77b7c8;
  --font-display: "Manrope", sans-serif; --font-body: "DM Sans", sans-serif;
  --radius-xl: 26px; --radius-lg: 20px; --shadow: 0 24px 80px rgba(0,0,0,.28);
}
