﻿:root {
  --bg: #091525;
  --card: #12243d;
  --primary: #1e3a5f;
  --accent: #d7b77a;
  --text: #ecf2fb;
  --muted: #9badc5;
  --border: #2f4564;
  --success: #2ea579;
  --danger: #b6545d;
  --radius: 14px;
  --shadow: 0 18px 40px rgba(4, 10, 18, 0.35);
}
