:root {
    --mod-primary-color: #0f8031;
    --mod-secondary-color: #72b67a;
    --mod-accent-color: #3b82f6;
    --mod-border-radius: 16px;
    --mod-blur-intensity: 20px;
}

/* Dynamic styles applied */
body.mod-layout-split-right mod-animated .welcome-anonymous {
    transition: all 0.3s ease;
}

.mod-modern-buttons .btn-primary {
    background: linear-gradient(135deg, #0f8031, #72b67a) !important;
    box-shadow: 0 8px 25px rgba(15, 128, 49, 0.3) !important;
}

.mod-modern-buttons .btn-primary:hover {
    box-shadow: 0 12px 35px rgba(15, 128, 49, 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;
}
