:root {
    --cir-bg: #070b12;
    --cir-bg-soft: #0b1220;
    --cir-panel: rgba(16, 24, 38, 0.88);
    --cir-panel-strong: rgba(22, 32, 50, 0.96);
    --cir-border: rgba(224, 174, 83, 0.20);
    --cir-border-soft: rgba(255, 255, 255, 0.08);
    --cir-gold: #d6a85c;
    --cir-gold-strong: #f0c16b;
    --cir-blue: #5b8fbf;
    --cir-green: #5bc47a;
    --cir-red: #d95b5b;
    --cir-text: #eef3f8;
    --cir-muted: #9aa7b8;
    --cir-muted-2: #6f7b8c;
    --cir-radius-sm: 10px;
    --cir-radius-md: 16px;
    --cir-radius-lg: 26px;
    --cir-shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
    --cir-max-width: 1440px;
}
