# Identity Dashboard — Page Overrides

> **PROJECT:** AGNET Dashboard  
> **Page:** `/farmers/dashboard/identity`  
> **Reference:** `public/agnet-assets/agnet-identity-dashboard.png`

> Rules here **override** `design-system/agnet-dashboard/MASTER.md` where noted.

---

## Layout Overrides

| Zone | Grid | Notes |
|------|------|-------|
| Hero row | 60% / 40% split | GIS Map Card (left) + eKYC Card (right) |
| Bottom row | 4-column grid | Farm Profile, Land Evidence, Yield History, Compliance |
| Max width | 1400px | Centered in main workspace |

### Spacing

- Hero gap: `24px`
- Bottom grid gap: `16px`
- Card padding: `20px`

---

## Component Overrides

| Component | Override |
|-----------|----------|
| `Card` | GIS map card: min-height 320px; map area with polygon overlay |
| `Badge` | "GIS Verified" — success variant, top-right in header |
| `StatusBanner` | eKYC success — full width inside eKYC card |
| `BarChart` | Yield History — green bars (`--success-green`), crop filter dropdown |
| `DataRow` | Farm Profile — icon + label + value rows |

---

## Color Notes

- Map polygon stroke: `--brand-green`
- Verified states: `--success-green` + `--success-bg`
- Coordinates overlay: `--ink` at 80% on white chip

---

## Responsive

| Breakpoint | Behavior |
|------------|----------|
| ≥1280px | 60/40 hero + 4-col bottom |
| 768–1279px | Stacked hero; 2-col bottom |
| <768px | Single column; map static fallback image |
