/* Aquinautas admin — solo lo imprescindible; Tailwind se ocupa del resto. */
html { font-size: 18px; }                          /* base +2pt (def. 16px) */
body { font-family: Arial, Helvetica, sans-serif; }

.toast { transition: opacity .3s ease; }

/* scrollbar gris discreto */
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-thumb { background: #a1a1aa; border-radius: 6px; }
::-webkit-scrollbar-thumb:hover { background: #71717a; }
::-webkit-scrollbar-track { background: transparent; }

/* modal */
.modal-open { display: flex !important; }
