Buy & Sell Food Crops — Trusted, Escrowed

Open Dashboard

Escrow Payments

Paystack holds funds until delivery confirmed.

/* -------- Modal -------- */ .modal { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); display: flex; justify-content: center; align-items: center; z-index: 9999; } .modal-content { background: var(--card); padding: 24px; border-radius: 12px; width: 90%; max-width: 420px; color: var(--text); animation: fadeIn 0.2s ease-in-out; } .close { float: right; cursor: pointer; font-size: 22px; margin-top: -8px; } .divider { text-align: center; margin: 18px 0; color: var(--muted); } .oauth-buttons { display: flex; flex-direction: column; gap: 10px; } .oauth { padding: 10px; border-radius: 8px; border: none; cursor: pointer; font-size: 15px; } .oauth.google { background: #fff; color: #000; } .oauth.microsoft { background: #2F2F2F; color: #fff; } .oauth.apple { background: #000; color: #fff; } .error { color: #ff6b6b; margin-top: 12px; text-align: center; }