:root{
      --bg:#f7faf6;
      --bg-2:#eef5ed;
      --surface:#ffffff;
      --surface-2:#f4f8f3;
      --text:#132218;
      --muted:#56685a;
      --line:rgba(19,34,24,.10);
      --line-strong:rgba(19,34,24,.16);
      --accent:#7ed957;
      --accent-2:#1c9c4b;
      --accent-soft:rgba(126,217,87,.14);
      --shadow:0 22px 60px rgba(19,34,24,.08);
      --shadow-hover:0 28px 80px rgba(19,34,24,.12);
      --radius:30px;
      --radius-sm:22px;
      --max:1180px;
      --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    }
