:root{--bg:#f4f7f5;--surface:#fff;--surface-soft:#f8fbf9;--text:#20312a;--muted:#718078;--line:#dce6e0;--sidebar:#075338;--sidebar-deep:#043f2b;--topbar:#ffffff;--primary:#087746;--primary-dark:#055c36;--accent:#58a848;--danger:#c94b4b;--warning:#c98712;--success:#2f8f59;--shadow:0 3px 14px rgba(23,55,39,.06);--radius:10px;--focus:0 0 0 3px rgba(8,119,70,.18);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-size:14px;line-height:1.5}a{color:var(--primary-dark);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,h4{margin:0 0 .6rem;line-height:1.2;color:#183d2d}h1{font-size:1.7rem}h2{font-size:1.18rem}h3{font-size:1rem}p{margin:.35rem 0 1rem}button,input,select,textarea{font:inherit}button{cursor:pointer}input,select,textarea{width:100%;border:1px solid #cfd8dc;border-radius:6px;background:#fff;color:var(--text);padding:.72rem .78rem;outline:none;min-height:42px}textarea{resize:vertical}input:focus,select:focus,textarea:focus{border-color:var(--primary);box-shadow:var(--focus)}input:disabled,select:disabled,textarea:disabled{background:#eef2f3;color:#7b8b91;cursor:not-allowed}label{display:flex;flex-direction:column;gap:.35rem;font-weight:600;color:#40535c}fieldset{border:1px solid var(--line);border-radius:8px;padding:1rem}legend{font-weight:700;padding:0 .4rem}table{width:100%;border-collapse:collapse}th,td{text-align:left;border-bottom:1px solid var(--line);padding:.78rem .7rem;vertical-align:top}th{font-size:.78rem;text-transform:uppercase;letter-spacing:.025em;color:#61747c;background:#f7f9f9}small,.hint,.muted{color:var(--muted)}.required{color:var(--danger)}

/* EDEM Agrominerais — identidade visual oficial */
:root{
  --brand-green:#4fb852;
  --brand-green-dark:#2f7d37;
  --brand-green-deep:#0c3020;
  --brand-graphite:#373435;
  --brand-green-soft:#eef8ef;
  --bg:#f4f7f4;
  --surface:#ffffff;
  --surface-soft:#f8fbf8;
  --text:#373435;
  --muted:#6f7c73;
  --line:#dce7de;
  --sidebar:#0c3020;
  --sidebar-deep:#082819;
  --topbar:#ffffff;
  --primary:#2f7d37;
  --primary-dark:#1d6429;
  --accent:#4fb852;
  --success:#2f7d37;
  --shadow:0 6px 22px rgba(12,48,32,.07);
  --focus:0 0 0 3px rgba(79,184,82,.2);
}
body{background:var(--bg);color:var(--text)}
a{color:var(--primary-dark)}
h1,h2,h3,h4{color:var(--brand-graphite)}
input,select,textarea{border-color:#cfdad1;color:var(--brand-graphite)}
input:focus,select:focus,textarea:focus{border-color:var(--brand-green);box-shadow:var(--focus)}
label{color:#48534c}
th{color:#58665d;background:#f6f9f6}
