:root {
    --brand: #3a3f44;
    --brand-light: #5c646b;
    --brand-dark: #1d2023;
    --accent: #b58500;
    --accent-light: #d9a82e;
    --bg: #f6f7f9;
    --surface: #ffffff;
    --text: #20262e;
    --text-muted: #64707d;
    --text-light: #ffffff;
    --border: #d7dde4;
    --border-light: rgba(255, 255, 255, 0.35);
    --input-bg: #ffffff;
    --input-border: #c4ccd5;
    --success-bg: #e7f6ec;
    --success-text: #1e7b3c;
    --radius: 10px;
    --radius-sm: 6px;
    --radius-xs: 4px;
    --shadow: 0 4px 14px rgba(20, 30, 40, 0.12);
    --shadow-sm: 0 1px 4px rgba(20, 30, 40, 0.08);
    --max-width: 1100px;
    --font-family: "Segoe UI", Arial, sans-serif;
    --space: 1.1rem;
}
