:root {
    --bg: #0b1d19;
    --surface: #102820;
    --text: #e8f3ed;
    --muted: #a1bbb0;
    --accent: #72d9b0;
    --accent-rgb: 114, 217, 176;
    --accent-hover: #8eeac5;
    --gold: #ffd866;
    --gold-rgb: 255, 216, 102;
    --deep: #081812;
    --line: #28453b;
    --soft: #16332a;
    --bar: linear-gradient(100deg, #1a4939, #173a2e);
    --bartext: #edf9f2;
    --link: #edf7f2;
    --avatar: #365648;
    --avatartext: #edf9f0;
    --buttontext: #10271f;
    --error: #ff9caa;
    --card-glow: 0 8px 24px -4px rgba(114, 217, 176, 0.18);
    --rail-bg: rgba(16, 40, 32, 0.75);
    --rail-border: #28453b;

    /* VIP Neon Orbit Table */
    --edge-base: #0a1f18;
    --edge-light: #72d9b0;
    --edge-other: #ffd866;
    --table-bg: #06140f;
    --panel: #0d281e;
    --aura1: rgba(114, 217, 176, 0.35);
    --aura2: rgba(255, 216, 102, 0.22);
    --vip-glow: rgba(114, 217, 176, 0.6);
    --featured-bg: rgba(255, 216, 102, 0.1);
    --featured-line: #ffd866;
    --shadow: rgba(0, 0, 0, 0.55);
    --cta-shimmer: rgba(255, 255, 255, 0.5);
}
