/* AgriChain NG — small custom styles on top of Tailwind */
html { -webkit-tap-highlight-color: transparent; }
body { font-family: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif; }
::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-thumb { background: #12664a55; border-radius: 3px; }
.nav-btn { transition: color .15s ease; }
input, select, button { font-size: 16px; } /* prevents iOS zoom */
@keyframes fadein { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
#view > * { animation: fadein .2s ease; }
