:root {
    /* Core Backgrounds */
    --rf-bg: #05070b;
    --rf-glass-bg: rgba(255, 255, 255, 0.03);

    /* Borders */
    --rf-border-soft: rgba(255, 255, 255, 0.08);
    --rf-border-neon: rgba(34, 242, 194, 0.3);

    /* Accents */
    --rf-accent-cyan: #22f2c2;
    --rf-accent-purple: #7b5cff;

    /* Status Colors */
    --rf-success: #22c55e;
    --rf-warning: #f59e0b;
    --rf-danger: #ef4444;

    /* Typography */
    --rf-text-main: #f9fafb;
    --rf-text-muted: #9ca3af;

    /* Radius */
    --rf-radius-lg: 16px;
    --rf-radius-pill: 999px;
}