/* THEME DEFAULT - BLUE TECH */
:root {
    /* Primary Colors */
    --primary-color: #1e40af;
    --primary-hover: #1e3a8a;
    --secondary-color: #3b82f6;
    --background-dark: #0f172a;
    
    /* Card & Content */
    --card-background: #ffffff;
    --sidebar-background: #f8fafc;
    --text-primary: #1f2937;
    --text-secondary: #6b7280;
    --accent-color: #60a5fa;
    --bg-color: #ffffff;
    
    /* Stats & Badges */
    --stats-background: #eff6ff;
    --border-color: #e5e7eb;
    --dropdown-background: rgba(30, 58, 138, 0.95);
    --hover-overlay: rgba(59, 130, 246, 0.1);
    
    /* Gradients */
    --gradient-primary: linear-gradient(135deg, #1e3a8a, #3b82f6);
    --gradient-card: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    
    /* Contact & Form */
    --contact-card: #f1f5f9;
    --contact-label: #475569;
    
    /* Icons & Content */
    --icon-muted: #94a3b8;
    --content-card: #f8fafc;
    --content-card-hover: #f1f5f9;
    
    /* Highlight & Badges */
    --highlight-badge: #fef3c7;
    --icon-success: #10b981;
}