:root {
    --bg: #f3f6f9;
    --surface: #ffffff;
    --surface-soft: #f8fafc;
    --surface-muted: #f1f5f9;
    --text: #142033;
    --text-strong: #101828;
    --muted: #64748b;
    --border: #dbe3ec;
    --border-strong: #cbd5e1;
    --primary: #0b5cab;
    --primary-dark: #084781;
    --primary-soft: #eef6ff;
    --positive: #087f5b;
    --negative: #c92a2a;
    --warning: #b26a00;
    --info: #1d4ed8;
    --success: #087f5b;
    --shadow: 0 10px 28px rgba(15, 23, 42, .065);
    --shadow-soft: 0 4px 14px rgba(15, 23, 42, .045);
    --radius: 14px;
    --radius-sm: 10px;
    --container: 1180px;
    --control-height: 44px;
}
