/* Tailwind CDN loads in base.html. This file holds small extras. */
.htmx-indicator { opacity:0; transition: opacity .2s; }
.htmx-request .htmx-indicator { opacity:1; }
.htmx-request.htmx-indicator { opacity:1; }
input.input { width:100%; padding:.625rem .875rem; border-radius:.75rem; border:1px solid rgb(226 232 240); background:white; }
.dark input.input { background:rgb(2 6 23); border-color:rgb(51 65 85); color:white; }
input, select, textarea { outline:none; }
form input:not([type=checkbox]):not([type=radio]):not([type=file]),
form select, form textarea {
  width:100%; padding:.625rem .875rem; border-radius:.75rem;
  border:1px solid rgb(226 232 240); background:white; color:#0f172a;
}
.dark form input:not([type=checkbox]):not([type=radio]):not([type=file]),
.dark form select, .dark form textarea {
  background:rgb(2 6 23); border-color:rgb(51 65 85); color:white;
}
