:root {
    --mod-primary-color: #17408a;
    --mod-secondary-color: #e11414;
    --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;
}

.mod-modern-buttons .btn-primary {
    background: linear-gradient(135deg, #17408a, #e11414) !important;
    box-shadow: 0 8px 25px rgba(23, 64, 138, 0.3) !important;
}

.mod-modern-buttons .btn-primary:hover {
    box-shadow: 0 12px 35px rgba(23, 64, 138, 0.4) !important;
}

.mod-modern-inputs .form-control:focus {
    border-color: #3b82f6 !important;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1) !important;
}
