:root {
    --bg: #09111f;
    --panel: rgba(18, 27, 46, 0.82);
    --panel-border: rgba(255, 255, 255, 0.08);
    --text: #eef4ff;
    --muted: #a9bbd8;
    --primary: #68a4ff;
    --primary-2: #8f72ff;
    --success: #2ecc71;
    --danger: #ff6b6b;
    --shadow: 0 20px 80px rgba(0, 0, 0, 0.35);
    --body-background:
        radial-gradient(circle at top left, rgba(104, 164, 255, 0.24), transparent 30%),
        radial-gradient(circle at top right, rgba(143, 114, 255, 0.16), transparent 25%),
        linear-gradient(135deg, #08101c, #0d1729 55%, #09111f);
    --menu-bg: rgba(15, 24, 41, 0.96);
    --menu-link-hover: rgba(255, 255, 255, 0.06);
    --button-soft-bg: rgba(255, 255, 255, 0.04);
    --button-soft-hover: rgba(255, 255, 255, 0.08);
}
