:root {
  --bg: #07120d; --glow: #173425; --surface: #0d2117; --surface-2: #122b1e; --line: #244936;
  --text: #f1f6f2; --muted: #9fb4a7; --accent: #72e59a; --accent-soft: #173c27;
  --radius-sm: 10px; --radius-md: 16px; --radius-lg: 24px;
  --shadow: 0 20px 60px rgb(0 0 0 / 24%); --shell: 1680px;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
}
[data-theme="forest-light"] { --bg:#102219; --glow:#315f45; --surface:#173324; --surface-2:#20422f; --line:#3d6b50; --muted:#b3cbbb; --accent:#83efa8; --accent-soft:#245637; }
[data-theme="olive"] { --bg:#1a1e10; --glow:#525d2a; --surface:#292f19; --surface-2:#353d20; --line:#626d39; --muted:#c7cbae; --accent:#c7e66c; --accent-soft:#475421; }
[data-theme="ocean"] { --bg:#071a20; --glow:#174b59; --surface:#0d2931; --surface-2:#123742; --line:#285c69; --muted:#a7c6cc; --accent:#6edce7; --accent-soft:#164956; }
[data-theme="blue"] { --bg:#0a1424; --glow:#233f70; --surface:#11243e; --surface-2:#192f50; --line:#34547c; --muted:#aec1d8; --accent:#76b8ff; --accent-soft:#1c4168; }
[data-theme="purple"] { --bg:#171021; --glow:#4a3065; --surface:#261934; --surface-2:#342246; --line:#614678; --muted:#c7b5d2; --accent:#d2a0ff; --accent-soft:#4a2b64; }
[data-theme="wine"] { --bg:#210f17; --glow:#633044; --surface:#341925; --surface-2:#442230; --line:#754155; --muted:#d0b1bc; --accent:#ff91b3; --accent-soft:#62263d; }
[data-theme="graphite"] { --bg:#151719; --glow:#3f474c; --surface:#22272a; --surface-2:#2c3337; --line:#4f5c62; --muted:#bac4c8; --accent:#8de2c0; --accent-soft:#285447; }
[data-theme="sand"] { --bg:#211c14; --glow:#5c4c30; --surface:#332b20; --surface-2:#41372a; --line:#6e5d43; --muted:#d0c2aa; --accent:#f0c878; --accent-soft:#58451f; }
