:root{--forest:#0b6e3b;--green:#16a34a;--bright:#22c55e;--lime:#4ade80;--ink:#0a2e1a;--sage:#5b7a67;--mist:#eaf3ec;--soft:#f6faf7;--border:#d8e8dd;--gold:#d9a227;--red:#dc2626;--amber:#d97706;--blue:#2563eb;--grad:linear-gradient(135deg,#0b6e3b 0%,#16a34a 55%,#22c55e 100%)}*{box-sizing:border-box}html,body,#root{min-height:100vh;margin:0;padding:0}body{color:var(--ink);-webkit-font-smoothing:antialiased;background:#e4f0e8;font-family:Cairo,system-ui,-apple-system,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}input,button,textarea,select{font-family:inherit}.en-scroll::-webkit-scrollbar{width:8px;height:8px}.en-scroll::-webkit-scrollbar-thumb{background:#bfdccb;border-radius:8px}@keyframes floaty{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulseNode{0%,to{opacity:.35}50%{opacity:1}}@keyframes spin{to{transform:rotate(360deg)}}.spinner{border:3px solid var(--mist);border-top-color:var(--green);border-radius:50%;width:34px;height:34px;animation:.8s linear infinite spin}tbody tr:nth-child(2n){background:#f4faf6}tbody tr:hover{background:#eaf3ec}
