:root {
    color-scheme: light;
    --bg: #f3f5ef;
    --bg-strong: #e7ecd9;
    --surface: rgba(255, 255, 255, 0.82);
    --surface-strong: #ffffff;
    --surface-dark: #13211b;
    --text: #16211c;
    --text-soft: #5b6b62;
    --line: rgba(22, 33, 28, 0.1);
    --line-strong: rgba(22, 33, 28, 0.18);
    --brand: #0f766e;
    --brand-strong: #115e59;
    --accent: #d97706;
    --success: #15803d;
    --danger: #b91c1c;
    --shadow-lg: 0 24px 60px rgba(18, 28, 22, 0.12);
    --shadow-md: 0 12px 32px rgba(18, 28, 22, 0.08);
    --radius-xl: 28px;
    --radius-lg: 22px;
    --radius-md: 16px;
    --radius-sm: 12px;
    --content-width: 1440px;
}

[data-theme="dark"] {
    color-scheme: dark;
    --bg: #09110e;
    --bg-strong: #0f1915;
    --surface: rgba(19, 33, 27, 0.88);
    --surface-strong: #10201a;
    --surface-dark: #08110d;
    --text: #edf5ef;
    --text-soft: #a0b1a8;
    --line: rgba(237, 245, 239, 0.09);
    --line-strong: rgba(237, 245, 239, 0.15);
    --brand: #34d399;
    --brand-strong: #10b981;
    --accent: #f59e0b;
    --success: #22c55e;
    --danger: #f87171;
    --shadow-lg: 0 28px 64px rgba(0, 0, 0, 0.35);
    --shadow-md: 0 14px 36px rgba(0, 0, 0, 0.22);
}
