:root {
    --mod-primary-color: #2563eb;
    --mod-secondary-color: #1e40af;
    --mod-accent-color: #3b82f6;
    --mod-border-radius: 16px;
    --mod-blur-intensity: 20px;
}

/* Dynamic styles applied */
body.mod-layout-centered mod-animated .welcome-anonymous {
    transition: all 0.3s ease;
}
