:root {
    --bg: #000000;
    --accent: #ffffff;
    --accent-sub: #00e5ff;
    --accent-glow: rgba(0, 229, 255, 0.4);
    --text-dim: #64748b;
    --border: rgba(255, 255, 255, 0.05);
    --glass: rgba(10, 11, 14, 0.95);
}