/* Global CSS Variables for Specialist Profile Theme */

:root {
    /* Primary Colors - Emerald Green for Specialists */
    --primary-emerald: #10b981;
    --primary-emerald-dark: #059669;
    --primary-emerald-light: #34d399;

    /* Secondary Colors - Blue */
    --primary-blue: #3b82f6;
    --primary-blue-dark: #2563eb;

    /* Purple Accents */
    --purple-accent: #8b5cf6;

    /* Amber/Gold for Ratings */
    --amber-gold: #f59e0b;
    --amber-gold-dark: #d97706;

    /* Text Colors */
    --text-light: #f1f5f9;
    --text-secondary: #cbd5e1;
    --text-muted: #94a3b8;

    /* Background Colors */
    --bg-dark: rgba(15, 23, 42, 0.5);
    --bg-card: rgba(30, 41, 59, 0.6);
    --bg-glass: rgba(30, 41, 59, 0.4);

    /* Border */
    --border-subtle: 1px solid rgba(148, 163, 184, 0.1);

    /* Shadows */
    --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.3);
    --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.4);
    --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.3);

    /* Border Radius */
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;

    /* Success/Status Colors */
    --success-green: #10b981;
    --warning-amber: #f59e0b;
}
