:root {
    --color-bg: #f7f7f7;
    --color-bg-soft: #ffffff;
    --color-surface: #ffffff;
    --color-surface-soft: #f8f8f8;

    --color-text: #050505;
    --color-text-soft: #333333;
    --color-text-muted: #707070;

    --color-primary: #11824c;
    --color-primary-dark: #0b6f3f;
    --color-primary-soft: #e7f4ed;

    --color-border: rgba(0, 0, 0, 0.12);
    --color-border-strong: rgba(0, 0, 0, 0.28);

    --color-dark: #070707;
    --color-dark-soft: #101010;
    --color-white: #ffffff;

    --color-error: #b42318;
    --color-success: #11824c;
    --color-warning: #b45309;

    --font-main: "Inter", "Helvetica Neue", Arial, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

    --container-max: 1120px;
    --container-padding: 32px;

    --header-height: 76px;

    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 14px;
    --radius-pill: 999px;

    --shadow-soft: 0 14px 36px rgba(0, 0, 0, 0.08);
    --shadow-card: 0 8px 26px rgba(0, 0, 0, 0.07);

    --transition-fast: 160ms ease;
    --transition-base: 220ms ease;
}