/* URO GREEN SPMS — brand: fertile-soil green + harvest amber */
:root {
  --ug-green: #1e6b3a;
  --ug-green-dark: #14512a;
  --ug-amber: #e8a020;
  --ug-bg: #f4f6f3;
}
body { background: var(--ug-bg); }
.ug-navbar { background: linear-gradient(90deg, var(--ug-green-dark), var(--ug-green)); }
.ug-navbar .navbar-brand { color: #fff; }
.ug-navbar .ug-sub { color: var(--ug-amber); font-size: .8em; letter-spacing: 2px; }
.ug-sidebar { background: #fff; min-height: calc(100vh - 56px); border-right: 1px solid #e3e7e1; }
.ug-sidebar .nav-link { color: #33413a; border-radius: 8px; margin: 2px 8px; }
.ug-sidebar .nav-link.active { background: var(--ug-green); color: #fff; }
.ug-sidebar .nav-link:hover { background: #e9f2ec; }
.ug-sidebar .disabled-soon { color: #9aa79f; pointer-events: none; }
.ug-soon { font-size: .6rem; background: #eef1ed; color: #7c8a81; border-radius: 6px; padding: 1px 6px; margin-left: 4px; }
.ug-kpi { border: 0; border-left: 5px solid var(--ug-green); border-radius: 12px; }
.ug-kpi .kpi-label { font-size: .78rem; text-transform: uppercase; letter-spacing: .5px; color: #6c7a71; }
.ug-kpi .kpi-value { font-size: 1.5rem; font-weight: 700; color: #1c2a22; }
.ug-kpi.amber { border-left-color: var(--ug-amber); }
.ug-kpi.red { border-left-color: #c0392b; }
.ug-ai-card { background: linear-gradient(135deg, #123d22, #1e6b3a); color: #eaf5ee; border-radius: 14px; }
.ug-ai-card .badge { background: var(--ug-amber); color: #3a2a05; }
.login-hero { min-height: 100vh; background: radial-gradient(circle at 20% 20%, #2b7d48, #123d22 70%); display: flex; align-items: center; }
.login-card { border-radius: 16px; }
