﻿:root {
  --bg: #f4f6f8;
  --surface: #ffffff;
  --surface-soft: #f8fafb;
  --border: #dde3e9;
  --text: #15202b;
  --muted: #5d6975;
  --primary: #0f766e;
  --primary-strong: #0d5f59;
  --danger: #be123c;
  --shadow: 0 8px 24px rgba(16, 24, 40, 0.08);
  --radius: 14px;
}
