:root{
  color-scheme: light;

  --accent:#1f6f4a;
  --accent-hover:#185c3d;
  --accent-soft:rgba(31,111,74,.06);

  --text:#102018;
  --muted:#50665a;

  --line:#d8e1db;
  --border:#d8e1db;

  --bg:#f4f7f5;
  --card:#ffffff;
  --card2:#fbfcfb;
  --band:#eef3ef;

  --btn:#1f6f4a;
  --btnText:#ffffff;

  --shadow:0 10px 30px rgba(16,32,24,.06);
  --radius:22px;
  --radius-sm:14px;
  --radius-md:18px;
  --radius-lg:22px;
  --radius-panel:32px;

  --surface-soft:rgba(31,111,74,.05);
  --surface-soft-2:rgba(31,111,74,.08);
  --surface-warm:#f3efe2;

  --border-accent:rgba(31,111,74,.28);
  --border-accent-strong:rgba(31,111,74,.32);
  --border-warm:rgba(185,151,72,.45);

  --shadow-soft:0 14px 38px rgba(16,32,24,.10);

  --font-sans:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
}

html{
  color-scheme: light;
  background:var(--bg);
  color:var(--text);
}

body{
  font-family:var(--font-sans);
  margin:0;
  line-height:1.5;
  background:var(--bg);
  color:var(--text);
}
