:root{
  --green:#14834a;--green-2:#1d9457;--green-dark:#0c5730;--green-soft:#e8f5ed;
  --bg:#f5f8f6;--surface:#fff;--surface-2:#f9fbfa;--text:#17211b;--muted:#77817a;
  --border:#dce5df;--radius:12px;--font-size:14px;--shadow:0 12px 34px rgba(21,74,43,.09);--sidebar:260px;--header:72px;
}
*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Inter,Arial,sans-serif;color:var(--text);background:var(--bg)}
a{color:inherit}
