/* Default Purple Theme - Purple/Burgundy */
:root {
    /* Sidebar Colors */
    --sidebar-bg: #3f0e40;
    --sidebar-header-bg: #350d36;
    --sidebar-text: #ffffff;
    --sidebar-text-muted: #bcabbc;
    --sidebar-hover-bg: rgba(255,255,255,0.1);
    --sidebar-active-bg: #611f69;
    --sidebar-border: rgba(255,255,255,0.1);
    
    /* Main Content Colors */
    --main-bg: #ffffff;
    --main-header-bg: #ffffff;
    --main-header-border: #dee2e6;
    --main-header-text: #2c3e50;
    --main-header-badge-bg: #611f69;
    --main-header-badge-text: #ffffff;
    --main-content-bg: #f8f9fa;
    --main-text: #2c3e50;
    --main-text-muted: #6c757d;
    
    /* Interactive Elements */
    --primary-color: #611f69;
    --primary-hover: #4a154b;
    --success-color: #28a745;
    --warning-color: #ffc107;
    --danger-color: #dc3545;
    --info-color: #1264a3;
    
    /* Cards and Components */
    --card-bg: #ffffff;
    --card-border: rgba(0,0,0,.125);
    --card-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075);
    --card-shadow-hover: 0 0.5rem 1rem rgba(0,0,0,0.15);
    
    /* Form Elements */
    --input-bg: #ffffff;
    --input-border: #ced4da;
    --input-focus-border: #611f69;
    --input-focus-shadow: 0 0 0 0.2rem rgba(97,31,105,.25);
    
    /* Buttons */
    --btn-primary-bg: #611f69;
    --btn-primary-border: #611f69;
    --btn-primary-hover-bg: #4a154b;
    --btn-secondary-bg: #6c757d;
    --btn-secondary-border: #6c757d;
}