/* Estilos finos sobre Tailwind para la plataforma TracyLocke BTL */

::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: #f1f5f9; }
::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 6px; }
::-webkit-scrollbar-thumb:hover { background: #94a3b8; }

/* FullCalendar overrides */
.fc { font-family: 'Inter', system-ui, sans-serif; }
.fc .fc-toolbar-title { font-size: 1.1rem; color: #14215C; font-weight: 700; }
.fc .fc-button-primary {
  background: #14215C !important;
  border-color: #14215C !important;
  text-transform: capitalize;
  padding: 0.35rem 0.75rem;
  font-size: 0.8rem;
}
.fc .fc-button-primary:hover { background: #0F1B3F !important; border-color: #0F1B3F !important; }
.fc .fc-button-active { background: #1FA9E0 !important; border-color: #1FA9E0 !important; }
.fc .fc-daygrid-day.fc-day-today { background-color: #EDF6FB !important; }
.fc .fc-event { border-radius: 4px; padding: 2px 4px; font-size: 11px; font-weight: 600; }
.fc .fc-col-header-cell-cushion { color: #14215C; font-weight: 600; }
.fc-day-sat, .fc-day-sun { background-color: #fafafa; }

/* Inputs */
input, select, textarea { font-family: inherit; }
input::placeholder, textarea::placeholder { color: #94a3b8; }
