:root {
    --color-bg:          #0f1117;
    --color-surface:     #1a1d27;
    --color-surface-2:   #22263a;
    --color-border:      #2e3348;
    --color-text:        #e2e8f0;
    --color-text-muted:  #8892a4;
    --color-primary:     #4f86c6;
    --color-primary-h:   #3b72b0;
    --color-danger:      #e07b5a;
    --color-success:     #5cb85c;
    --color-positive:    #5cb85c;
    --color-negative:    #e07b5a;

    --radius:    10px;
    --radius-sm: 6px;
    --shadow:    0 2px 16px rgba(0, 0, 0, 0.35);
    --font:      'Segoe UI', system-ui, -apple-system, sans-serif;
    --transition: 0.18s ease;
}
