:root {
  --bg-main: #fbf5ee;
  --bg-surface: #fff8f2;
  --bg-card: #fff8f2;
  --accent: #e05a25;
  --accent-strong: #b04010;
  --accent-soft: #faeade;
  --accent-wash: #fff3e8;
  --text-main: #1c120a;
  --text-muted: #7a5c46;
  --danger: #c03020;
  --success: #208050;
  --border: #ede0d4;
  --border-strong: #e1d2c2;

  --radius-sm: 9px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --radius-xl: 34px;

  --shadow-soft: 0 8px 18px rgba(63, 38, 18, 0.06);
  --shadow-card: 0 12px 24px rgba(63, 38, 18, 0.06);
  --shadow-accent: 0 10px 22px rgba(224, 90, 37, 0.24);

  --transition-fast: 0.14s ease;
  --transition-base: 0.22s ease;

  --tg-safe-top: env(safe-area-inset-top);
  --keyboard-inset: 0px;
}
