:root {
    /* Colors */
    --primary-bg: #2c3e50;
    --secondary-bg: #f4f4f9;
    --text-color: #333;
    --text-muted: #666;
    --text-light: #ecf0f1;
    --white: #ffffff;

    /* Dark Theme Colors (Logger & Terminal style) */
    --bg-dark: #1e1e1e;
    --bg-card: #2d2d2d;
    --text-primary-dark: #e0e0e0;
    --text-secondary-dark: #a0a0a0;
    --border-color: #404040;

    /* Brand Colors */
    --brand-blue: #007bff;
    --brand-blue-hover: #0056b3;
    --brand-green: #28a745;
    --brand-green-hover: #218838;
    --accent-color: #3f51b5;

    /* Log Levels */
    --log-debug: #9e9e9e;
    --log-info: #2196f3;
    --log-warning: #ff9800;
    --log-error: #f44336;
    --log-critical: #b71c1c;

    /* App Icons */
    --icon-bg: rgba(255, 255, 255, 0.1);
    --icon-bg-hover: rgba(255, 255, 255, 0.2);

    /* Window specific */
    --win-bg: #4a69bd;

    /* Spacing */
    --spacing-sm: 10px;
    --spacing-md: 20px;
    --spacing-lg: 32px;

    /* ─── Виджеты (тёмная тема trading_ui) ─── */
    --widget-bg:          #1f2937;
    --widget-bg-hover:    #374151;
    --widget-bg-dark:     #111827;
    --widget-border:      #4b5563;
    --widget-border-lt:   #6b7280;
    --widget-text:        #ffffff;
    --widget-text-muted:  #9ca3af;
    --widget-text-dim:    #6b7280;
    --widget-text-accent: #60a5fa;
    --widget-text-mono:   'Consolas', 'Monaco', monospace;
    --widget-input-bg:    #374151;
    --widget-input-sm:    100px;

    /* ─── Семантические статусы ─── */
    --status-success:        #4ade80;
    --status-success-bg:     rgba(34, 197, 94, 0.2);
    --status-success-border: rgba(34, 197, 94, 0.3);
    --status-error:          #f87171;
    --status-error-bg:       rgba(239, 68, 68, 0.2);
    --status-error-border:   rgba(239, 68, 68, 0.3);
    --status-warning:        #fbbf24;
    --status-warning-bg:     rgba(251, 191, 36, 0.2);
    --status-warning-border: rgba(251, 191, 36, 0.3);
    --status-neutral:        #9ca3af;
    --status-neutral-bg:     rgba(107, 114, 128, 0.2);
    --status-neutral-border: rgba(107, 114, 128, 0.3);
    --status-running-bg:     rgba(34, 197, 94, 0.6);
    --status-running-bg-hover: rgba(34, 197, 94, 0.8);
    --status-stop-bg:        rgba(239, 68, 68, 0.4);
    --status-stop-bg-hover:  rgba(239, 68, 68, 0.6);

    /* ─── Стакан ордеров (Order Book) ─── */
    --ob-ask-bg:     #2c1e1e;
    --ob-bid-bg:     #1e281c;
    --ob-spread-bg:  #1a1a1a;
    --ob-ask-bar:    rgba(239, 68, 68, 0.15);
    --ob-bid-bar:    rgba(34, 197, 94, 0.15);
    --ob-row-hover:  rgba(255, 255, 255, 0.1);
    --ob-border:     #1f2937;
    --ob-scrollbar:  #4b5563;
}
