<turbo-stream action="update" target="remote_modal"><template><turbo-frame id="remote_modal">
  <div class="modal fade" id="standard-modal" tabindex="-1" role="dialog" data-controller="modal">
    <div class="modal-dialog modal-dialog-centered">
      <div class="modal-content border-0 shadow-lg rounded-4 overflow-hidden">

        <div class="modal-header border-0 p-4 text-white" style="background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);">
          <div class="d-flex align-items-center">
            <div class="bg-white bg-opacity-20 p-2 rounded-3 me-3 text-warning">
              <i class='bx bx-calendar-check fs-3'></i>
            </div>
            <div>
              <h4 class="modal-title fw-bold mb-0 text-white">Horarios de Consulta</h4>
              <p class="mb-0 opacity-75 small">Atención presencial y tutorías virtuales.</p>
            </div>
          </div>
          <button type="button" class="btn-close btn-close-white" data-bs-dismiss="modal" aria-label="Close"></button>
        </div>

        <div class="modal-body p-4 bg-light">
          <div class="list-group shadow-sm rounded-4 border-0">
                <div class="list-group-item border-0 mb-2 rounded-4 d-flex justify-content-between align-items-center p-3 shadow-sm">
                  <div class="d-flex align-items-center">
                    <div class="rounded-circle bg-warning bg-opacity-10 p-2 me-3 text-warning">
                      <i class='bx bx-buildings fs-4'></i>
                    </div>
                    <div>
                      <span class="fw-bold d-block text-dark">Lunes</span>
                      <small class="text-muted text-uppercase" style="font-size: 0.65rem; letter-spacing: 0.5px;">
                        Presencial
                      </small>
                    </div>
                  </div>

                  <div class="text-end">
                    <span class="badge bg-white text-dark border px-3 py-2 rounded-pill fw-bold shadow-sm" style="font-size: 0.85rem;">
                      <i class='bx bx-time-five me-1 text-warning'></i> 9:30hs a 12:00hs
                    </span>
                  </div>
                </div>
          </div>

<div class="mt-4 p-3 bg-white rounded-4 border-start border-warning border-4 shadow-sm">
  <div class="d-flex align-items-start mb-2">
    <i class='bx bx-info-circle fs-4 text-warning me-2'></i>
    <p class="small text-secondary mb-0">
      Las consultas <strong>presenciales</strong> son en el box de la Cátedra (1er Piso, Centro Herrera). Las <strong>virtuales</strong> requieren conexión vía plataforma Meet/Zoom.
    </p>
  </div>

  <div class="d-flex align-items-center pt-2 border-top border-light">
    <i class='bx bx-error-alt fs-5 text-danger me-2'></i>
    <p class="small text-muted mb-0 italic" style="font-size: 0.75rem;">
      <strong>Nota:</strong> Los horarios están sujetos a modificaciones por eventual suspensión de actividades académicas o administrativas.
    </p>
  </div>
</div>

</div>

        <div class="modal-footer border-0 p-3 bg-white border-top">
          <button type="button" class="btn btn-dark rounded-pill px-4 w-100 fw-bold" data-bs-dismiss="modal">Entendido</button>
        </div>
      </div>
    </div>
  </div>
</turbo-frame></template></turbo-stream>