:root {
    --bg: #050814;
    --bg-soft: #0c1224;
    --card: #11192f;
    --card-hover: #172241;
    --border: rgba(255, 255, 255, 0.08);
    --border-strong: rgba(255, 255, 255, 0.14);
    --text: #f4f7ff;
    --text-soft: #a6b0ca;
    --text-muted: #8f9ab7;
    --accent: #78a6ff;
    --accent-soft: rgba(120, 166, 255, 0.12);
    --accent-strong: rgba(120, 166, 255, 0.24);
    --danger: #ff7b7b;
    --success: #74d99f;
    --shadow: 0 16px 30px rgba(0, 0, 0, 0.24);
    --shadow-strong: 0 18px 40px rgba(0, 0, 0, 0.38);
    --radius-sm: 14px;
    --radius: 18px;
    --radius-lg: 22px;
    --space-1: 6px;
    --space-2: 10px;
    --space-3: 14px;
    --space-4: 18px;
    --space-5: 24px;
}
