:root {
  --uy-celeste: #5cb8ff;
  --uy-celeste-dark: #3188c6;
  --uy-celeste-soft: #9dd7ff;
  --uy-amarillo: #f2c94c;
  --uy-amarillo-soft: #fff4c2;
  --uy-azul: #0b1f3a;
  --uy-azul-suave: #28486d;
  --uy-gris-fondo: #f2f5f8;
  --bg-color: #e8f4ff;
  --card-color: #ffffff;
  --card-alt: #fefefe;
  --border-color: rgba(11, 31, 58, 0.08);
  --text-primary: var(--uy-azul);
  --text-secondary: #4b6079;
  --accent-green: #2dd178;
  --accent-green-dark: #20b864;
  --accent-blue: var(--uy-celeste);
  --accent-blue-dark: var(--uy-celeste-dark);
  --accent-warning: var(--uy-amarillo);
  --accent-danger: #fb4d64;
  --muted-surface: rgba(11, 31, 58, 0.05);
  --shadow-strong: 0 18px 45px rgba(11, 31, 58, 0.18);
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: linear-gradient(135deg, #c6e6ff 0%, #f5fbff 60%);
  color: var(--text-primary);
  min-height: 100vh;
  padding-top: 90px;
  padding-bottom: 90px;
}

.global-banner-title {
  position: fixed;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #f8fbff;
  opacity: 0.9;
}

.global-banner-logo {
  width: 36px;
  height: 36px;
}
.global-banner-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}

.global-banner-name {
  font-size: 1.25rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Montserrat', 'Poppins', 'Segoe UI', sans-serif;
}

.global-banner-slogan {
  font-size: 0.8rem;
  font-weight: 300;
  letter-spacing: 0.12em;
  font-family: 'Montserrat', 'Poppins', 'Segoe UI', sans-serif;
  opacity: 0.85;
}

.container {
  width: min(1200px, 100%);
  padding: 1rem;
  padding-top: 10px;
  padding-bottom: 80px;
  margin: 0 auto 2rem;
  box-sizing: border-box;
}

.dashboard-container {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.dashboard-container #reservas-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.swal2-popup {
  background: #ffffff !important;
  color: var(--text-primary) !important;
  border: 1px solid rgba(11,31,58,0.08);
  border-radius: 22px !important;
  box-shadow: 0 25px 55px rgba(11,31,58,0.15) !important;
  padding: 1.5rem 1.75rem !important;
  max-height: 90vh;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swal2-popup::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.swal2-title {
  margin-bottom: 15px;
  color: var(--text-primary) !important;
  font-weight: 600;
}

.swal2-html-container {
  color: var(--text-secondary) !important;
  font-size: 0.95rem !important;
  max-height: 65vh;
  overflow-y: auto;
  width: 100%;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swal2-html-container::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.swal-fullscreen {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  border-radius: 0 !important;
}

.swal2-confirm.swal2-styled {
  background: linear-gradient(135deg, var(--accent-blue-dark), var(--accent-blue)) !important;
  border: none !important;
  box-shadow: 0 12px 25px rgba(92,184,255,0.35) !important;
}

.swal2-cancel.swal2-styled {
  background: rgba(11,31,58,0.06) !important;
  color: var(--text-primary) !important;
  border: 1px solid rgba(11,31,58,0.12) !important;
}

.swal2-deny.swal2-styled {
  background: linear-gradient(135deg, var(--accent-green), var(--accent-green-dark)) !important;
  border: none !important;
  color: #fff !important;
  box-shadow: 0 12px 25px rgba(45,209,120,0.25) !important;
}

.swal2-input {
  background: #f7fbff !important;
  color: var(--text-primary) !important;
  border: 1px solid rgba(11,31,58,0.15) !important;
  margin: 0.35rem 0 !important;
  border-radius: 14px !important;
  padding: 0.65rem 0.85rem !important;
  width: 70% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.swal2-input::placeholder,
.swal2-select::placeholder {
  color: #5c6b80;
  opacity: 0.9;
}

.swal-asignacion-vehiculo .swal2-select {
  background: #f7fbff !important;
  color: var(--text-primary) !important;
  border: 1px solid rgba(11,31,58,0.2) !important;
  border-radius: 12px !important;
  padding: 0.6rem 0.8rem !important;
  width: 80% !important;
  margin: 0 auto !important;
}

.swal-asignacion-vehiculo .swal2-select option {
  background: #ffffff !important;
  color: var(--text-primary) !important;
}

select {
  background: #ffffff;
  color: var(--text-primary);
  border: 1px solid rgba(11,31,58,0.2);
  border-radius: 14px;
  padding: 0.6rem 0.8rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: 0 8px 18px rgba(11,31,58,0.08);
}

select:focus {
  outline: none;
  border-color: var(--accent-blue-dark);
  box-shadow: 0 0 0 3px rgba(92,184,255,0.25);
}

select option {
  background: #ffffff;
  color: var(--text-primary);
}

.swal2-validation-message {
  background: transparent !important;
  color: var(--accent-danger) !important;
}

.swal2-actions {
  gap: 0.4rem !important;
}

.pedido-form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.75rem;
  width: 100%;
}

.pedido-form .swal2-input,
.pedido-form .swal2-select {
  width: 100% !important;
  margin: 0 !important;
}

.public-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.8rem;
  width: 100%;
}

.cta-panel {
  width: 100%;
  display: flex;
  justify-content: center;
}

.cta-info {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
}

.cta-location {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.9rem;
  color: var(--text-secondary);
  margin-bottom: 0.45rem;
}

.cta-banner {
  max-width: 520px;
  width: min(520px, 100%);
  background: linear-gradient(135deg, var(--uy-celeste), var(--uy-celeste-dark));
  padding: 1rem 1.4rem;
  border-radius: 18px;
  text-align: center;
  font-size: 1.05rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  box-shadow: 0 18px 35px rgba(49, 136, 198, 0.3);
}
.mapa-vehiculos-modal {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#mapa-vehiculos-disponibles {
  width: 100%;
  height: 320px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.05);
}
.mapa-vehiculos-lista {
  max-height: 240px;
  overflow-y: auto;
  display: grid;
  gap: 0.8rem;
}
.mapa-vehiculo-card {
  background: #f8fafc;
  border-radius: 12px;
  padding: 0.85rem 1rem;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.05);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.mapa-vehiculo-card strong {
  display: block;
  font-size: 0.95rem;
  color: #0f172a;
}
.mapa-vehiculo-card span {
  font-size: 0.85rem;
  color: #475569;
}
.mapa-vehiculo-card button {
  border: none;
  background: linear-gradient(120deg, #00c853, #00a152);
  color: #fff;
  border-radius: 999px;
  padding: 0.35rem 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.mapa-vehiculo-card button:hover {
  opacity: 0.9;
}

.vehiculos-panel {
  width: 100%;
}

#contenedor-vehiculos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.4rem;
  width: 100%;
}

@media (max-width: 1024px) {
  #contenedor-vehiculos {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .container {
    padding: 1.25rem 1rem 6rem;
  }

  .cta-panel {
    border-radius: 20px;
    padding: 1.8rem 1rem;
  }

  .boton-cercano {
    width: 100%;
    justify-content: center;
    font-size: 1.05rem;
  }

  .vehiculo {
    padding: 1rem;
  }

  .imagen-vehiculo img {
    width: 70%;
  }
}


h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
  text-align: left;
  color: var(--text-primary);
}

.vehiculo {
  background: var(--card-color);
  border: 1px solid var(--border-color);
  padding: 1rem;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: var(--shadow-strong);
}


.icono {
  font-size: 2rem;
  margin-right: 1rem;
}

.info {
  flex: 1;
}

.nombre {
  font-weight: bold;
  font-size: 1.2rem;
  color: var(--text-primary);
}

.conductor-info {
  font-size: 0.9rem;
  color: var(--text-secondary);
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.estado {
  font-size: 1rem;
  margin-top: 0.2rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.estado.disponible {
  color: var(--accent-green);
}

.estado.en_reserva {
  color: var(--accent-warning);
}

.estado.ocupado,
.estado.en_reparto {
  color: var(--accent-warning);
}

.estado .demora-estimada {
  display: block;
  font-size: 0.85rem;
  margin-top: 2px;
  color: var(--accent-danger);
  font-weight: 500;
  animation: blinkDemora 1.4s ease-in-out infinite;
}

@keyframes blinkDemora {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.25; }
}

.reservar-btn {
  margin-top: 15px;
  background: var(--accent-green);
  color: white;
  border: none;
  padding: 0.6rem 1rem;
  border-radius: 6px;
  font-size: 0.9rem;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(45, 209, 120, 0.35);
}

.reservar-btn:hover {
  background: var(--accent-green-dark);
}

.reservar-btn.reservar-btn--inactivo {
  background: var(--accent-danger);
  box-shadow: 0 12px 30px rgba(251, 77, 100, 0.35);
}

.reservar-btn.reservar-btn--inactivo:hover {
  background: #d9364b;
}


.topbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  box-shadow: 0 8px 25px rgba(11, 31, 58, 0.15);
  padding: 0 1rem;
}

.menu-toggle {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  color: var(--uy-azul);
  font-size: 2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease;
}

.menu-toggle:hover {
  color: var(--uy-celeste-dark);
}

.topbar-title {
  margin-top: 10px;
  color: var(--uy-azul);
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

.back-shortcut {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--uy-azul);
  font-size: 2.2rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, color 0.2s ease;
}

.back-shortcut:hover {
  transform: translateY(-50%) scale(1.05);
  color: var(--uy-azul-suave);
}

.sidebar-overlay {
  position: fixed;
  inset: 0;
  background: rgba(11, 31, 58, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 998;
}

.sidebar-overlay.visible {
  opacity: 1;
  pointer-events: auto;
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 280px;
  background: #fff;
  box-shadow: 15px 0 35px rgba(11,31,58,0.25);
  transform: translateX(-100%);
  transition: transform 0.25s ease;
  z-index: 999;
  padding: 1.5rem 1.25rem 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-top: 110px;
  box-sizing: border-box;
}

.sidebar.open {
  transform: translateX(0);
}

.sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: sticky;
  top: 0;
  background: #fff;
  padding-bottom: 1rem;
}

.sidebar-user {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--uy-azul);
}

.sidebar-role {
  font-size: 0.85rem;
  color: var(--uy-celeste-dark);
  text-transform: uppercase;
  font-weight: 600;
}

.sidebar-close {
  border: none;
  background: rgba(11,31,58,0.05);
  border-radius: 999px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--uy-azul);
}

.sidebar-nav {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.sidebar-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0.5rem;
  color: var(--uy-azul);
  text-decoration: none;
  font-weight: 600;
  border-radius: 12px;
  transition: background 0.2s ease, color 0.2s ease;
}

.sidebar-link.badge-inline {
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.sidebar-link-content {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.sidebar-link.badge-inline .badge-pendientes {
  position: static;
  margin-left: 1rem;
  text-align: center;
}

.sidebar-link:hover {
  background: rgba(92,184,255,0.15);
  color: var(--uy-celeste-dark);
}

.sidebar-link.sidebar-logout {
  color: var(--accent-danger);
}

.sidebar-link.sidebar-logout:hover {
  background: rgba(251,77,100,0.12);
}

.sidebar-footer {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  font-size: 0.85rem;
  color: #94a3b8;
  text-align: center;
  padding-top: 12px;
  border-top: 1px solid rgba(148,163,184,0.3);
  padding-bottom: 8px;
}
.swal-responsive {
  width: 95% !important;
  max-width: 400px;
  border-radius: 12px;
}

.swal-form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.swal2-input {
  width: 60% !important;
  max-width: 100%;
  padding: 12px;
  font-size: 1rem;
  box-sizing: border-box;
}

.swal-input-center {
  margin-top: 10px !important;
  display: block !important;
  margin: 0 auto !important;
  text-align: center !important;
  width: 80% !important;
  font-size: 1rem;
  padding: 12px;
  border-radius: 8px;
}


.parpadeo-alerta {
  font-weight: bold;
  color: red;
  animation: parpadeo 1s infinite;
  text-align: center;
  margin-top: 10px;
}

@keyframes parpadeo {
  0%   { opacity: 1; }
  50%  { opacity: 0.2; }
  100% { opacity: 1; }
  
}



.sugerencias {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-height: 150px;
  overflow-y: auto;
  border: 1px solid var(--border-color);
  border-top: none;
  background: var(--card-alt);
  width: 60%;
  border-radius: 0 0 8px 8px;
  z-index: 9999;
  position: relative;
  color: var(--text-primary);
  box-shadow: var(--shadow-strong);
}

.sugerencia-item {
  padding: 10px;
  cursor: pointer;
}

.sugerencia-item:hover {
  background-color: var(--muted-surface);
}

.botones-reserva {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.btn-direccion,
.btn-iniciar,
.btn-rechazar,
.btn-mapa {
  margin-top: 10px;
  padding: 0.5rem 0.5rem;
  font-size: 0.85rem;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0,0,0,0.4);
  transition: background-color 0.2s ease;
  display: flex;
  gap: 6px;
}

.btn-direccion {
  background-color: var(--accent-warning);
  color: #1c1c1c;
}

.btn-direccion:hover {
  background-color: #e0aa0d;
}

.btn-iniciar {
  background-color: var(--accent-green);
  color: white;
}

.btn-iniciar:hover {
  background-color: var(--accent-green-dark);
}

.btn-rechazar {
  background-color: var(--accent-danger);
  color: white;
}

.btn-rechazar:hover {
  background-color: #e11d48;
}

.btn-mapa {
  background-color: #facc15;
  color: #1a1a1a;
}

.btn-mapa:hover {
  background-color: #eab308;
}

.login-container {
  width: 100%;
  max-width: 400px;
  padding: 1rem;
  box-sizing: border-box;
}

.login-card {
  background-color: var(--card-alt);
  border-radius: 15px;
  box-shadow: var(--shadow-strong);
  padding: 2rem;
  text-align: center;
  color: var(--text-primary);
}

.login-title {
  color: var(--text-primary);
  margin-bottom: 1.5rem;
}

.login-card form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.login-card form input {
  width: 100%;
  padding: 12px;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  font-size: 1rem;
  background: #fff;
  color: var(--text-primary);
  box-shadow: 0 4px 12px rgba(11,31,58,0.08);
  box-sizing: border-box;
}

.login-card form button {
  width: 100%;
  padding: 12px;
  background-color: var(--accent-warning);
  border: none;
  color: #1c1c1c;
  font-weight: bold;
  font-size: 1rem;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.login-card form button:hover {
  background-color: #e0aa0d;
}

/* Móviles */
@media (max-width: 480px) {
  .login-card {
    padding: 1.2rem;
  }
}

.bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: rgba(255, 255, 255, 0.92);
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 1000;
  box-shadow: 0 -12px 25px rgba(11,31,58,0.15);
}

.bottom-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--text-primary);
  text-decoration: none;
  font-size: 0.75rem;
  position: relative;
}

.bottom-icon i {
  font-size: 1.4rem;
  margin-bottom: 2px;
}

.bottom-icon:hover {
  color: var(--uy-celeste-dark);
  transition: color 0.2s ease;
}

.badge-pendientes {
  position: absolute;
  top: -4px;
  right: -10px;
  background: var(--accent-danger);
  color: #fff;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  font-size: 0.65rem;
  line-height: 26px;
  text-align: center;
  font-weight: 600;
  box-shadow: 0 2px 6px rgba(251, 77, 100, 0.35);
}

#historialViajes::-webkit-scrollbar {
  width: 6px;
}

#historialViajes::-webkit-scrollbar-thumb {
  background: var(--accent-blue);
  border-radius: 4px;
}

.imagen-vehiculo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.imagen-vehiculo img {
  width: 50%;
  max-height: 180px;
  object-fit: cover;
  border-radius: 10px;
}

.vibrar {
  animation: vibrar 0.5s infinite;
}

@keyframes vibrar {
  0% { transform: translate(0, 0); }
  25% { transform: translate(1px, -1px); }
  50% { transform: translate(-1px, 1px); }
  75% { transform: translate(1px, 1px); }
  100% { transform: translate(-1px, -1px); }
}

.alerta-activa {
  color: red;
  font-weight: bold;
  margin-left: 10px;
  animation: parpadeo 1s infinite;
}

@keyframes parpadeo {
  0% { opacity: 1; }
  50% { opacity: 0.2; }
  100% { opacity: 1; }
}

.estado-disponible {
  background-color: var(--accent-green) !important;
  color: white;
  font-weight: bold;
  border: none;
}

.estado-ocupado {
  background-color: var(--accent-danger) !important;
  color: white;
  font-weight: bold;
  border: none;
}

.btn-cerrar-sesion {
  background-color: var(--accent-danger);
  color: white;
  border: none;
  padding: 0.6rem 1rem;
  border-radius: 6px;
  font-size: 0.9rem;
  cursor: pointer;
  margin-top: 10px;
  transition: background-color 0.3s ease;
}

.btn-cerrar-sesion:hover {
  background-color: #e11d48;
}

.slider-container {
  max-width: 100%;
  position: relative;
  margin: 40px auto;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: var(--shadow-strong);
  background: var(--card-alt);
}

.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  min-width: 100%;
  transition: opacity 0.5s;
}

.slide img {
  width: 100%;
  display: block;
  border-radius: 15px;
}

.dots {
  text-align: center;
  padding: 10px 0;
}

.dots span {
  cursor: pointer;
  height: 12px;
  width: 12px;
  margin: 0 4px;
  background-color: rgba(92,184,255,0.25);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.dots span.active {
  background-color: var(--accent-blue-dark);
}

.boton-cercano {
  background: linear-gradient(120deg, var(--uy-amarillo), #ffae42);
  color: var(--uy-azul);
  border: none;
  padding: 14px 20px;
  font-size: 1rem;
  border-radius: 18px;
  cursor: pointer;
  font-weight: 700;
  animation: parpadear 1.5s infinite alternate;
  box-shadow: 0 15px 30px rgba(242, 201, 76, 0.45);
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 20px auto;
  width: fit-content;
}


@keyframes parpadear {
  from {
    transform: scale(1);
    box-shadow: 0 10px 20px rgba(242, 201, 76, 0.35);
  }
  to {
    transform: scale(1.04);
    box-shadow: 0 20px 35px rgba(242, 201, 76, 0.5);
  }
}

#mapa-destino {
  height: 200px;
  border-radius: 10px;
}

@keyframes latido {
  0% { transform: scale(1); }
  25% { transform: scale(1.05); }
  50% { transform: scale(1); }
  75% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

.palpitando {
  animation: latido 1s ease-in-out infinite;
  border: 2px solid #00cc00;
  border-radius: 10px;
}

.vehiculo-libre-pulse {
  animation: vehiculoLibreGlow 1.1s ease-in-out 3;
}

@keyframes vehiculoLibreGlow {
  0% {
    box-shadow: 0 0 0 rgba(34, 197, 94, 0.2);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 45px rgba(34, 197, 94, 0.65);
    transform: scale(1.02);
  }
  100% {
    box-shadow: 0 0 0 rgba(34, 197, 94, 0.2);
    transform: scale(1);
  }
}

.palpitar {
  animation: palpitar 1s ease-in-out 2;
}

@keyframes palpitar {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); box-shadow: 0 0 15px gold; }
}

.topbar-title small.powered-by {
  font-size: 0.7rem;
  font-weight: 400;
  color: var(--uy-azul-suave);
  display: block;
  margin-top: 2px;
  margin-bottom: 5px;
}

.topbar-title small.powered-by .firma {
  font-family: 'Brush Script MT', cursive;
  font-size: 1rem;
  color: var(--accent-blue-dark);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: inline-block;
}

.topbar-title small.powered-by .firma:hover,
.topbar-title small.powered-by .firma:focus {
  transform: scale(1.1);
  box-shadow: 0 0 12px 3px rgba(92, 184, 255, 0.7);
  cursor: pointer;
}

/* --- Login Landing (index.php) --- */
body.login-landing {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(145deg, var(--uy-celeste) 0%, #e3f6ff 40%, #ffffff 100%);
  color: var(--uy-azul);
  margin: 0;
  padding: 0;
  position: relative;
}

body.login-landing::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: linear-gradient(90deg, var(--uy-celeste-dark), var(--uy-celeste));
  box-shadow: 0 8px 20px rgba(11, 31, 58, 0.15);
  z-index: 0;
}
.top-banner {
  position: absolute;
  top: 10px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
}

body.login-landing * {
  box-sizing: border-box;
}

.login-shell {
  width: min(400px, 90vw);
  background: var(--uy-gris-fondo);
  border-radius: 30px;
  box-shadow: 0 25px 85px rgba(11, 31, 58, 0.15);
  overflow: hidden;
}

.login-shell header {
  padding: 20px 20px 12px;
  background: linear-gradient(135deg, var(--uy-celeste-dark), var(--uy-celeste));
  color: #fff;
}

.login-shell header .brand {
  font-weight: 700;
  font-size: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.brand-topbar .brand-title-row {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #f8fafc;
}

.brand-topbar .brand-title {
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: 'Poppins', 'Segoe UI', sans-serif;
}

.brand-topbar .brand-logo {
  width: 1.2rem;
  height: 1.2rem;
}

.brand-topbar .brand-subtitle {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.85);
}

.install-app-btn {
    border: none;
    background: linear-gradient(135deg, #0ea5e9, #22c55e);
    color: #fff;
    font-size: 0.9rem;
    font-weight: 700;
    padding: 12px 22px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(14, 165, 233, 0.35);
    border: 1px solid rgba(14, 116, 144, 0.4);
    position: relative;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }
  .install-app-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: -35%;
    width: 35%;
    height: 100%;
    background: rgba(255, 255, 255, 0.25);
    transform: skewX(-20deg);
    transition: transform 0.6s ease;
  }
  .install-app-btn:hover::after {
    transform: translateX(250%) skewX(-20deg);
  }
  .install-app-btn:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 16px 32px rgba(34, 197, 94, 0.35);
  }

.install-app-btn .install-app-logos {
  display: inline-flex;
  gap: 4px;
}

.install-app-btn .install-app-logos img {
  width: 16px;
  height: 16px;
}

.login-shell header p {
  margin-top: 18px;
  font-size: 1rem;
  opacity: 0.95;
}

.login-card {
  background: #fff;
  border-radius: 22px;
  padding: 30px 24px 32px;
  box-shadow: 0 20px 60px rgba(11, 31, 58, 0.08);
  color: #1f2630;
}

.login-card h2 {
  font-size: 1.35rem;
  margin-bottom: 0.4rem;
}

.login-section-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text-primary);
  text-align: center;
  margin-top: 4px;
}

.login-card form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.login-card .input-box {
  margin-top: 6px;
  position: relative;
}

.login-card input[type="password"],
.login-card input[type="text"] {
  width: 100%;
  padding: 14px 48px 14px 16px;
  border-radius: 14px;
  border: 1.5px solid #d6e0ec;
  font-size: 1rem;
  transition: border 0.2s, box-shadow 0.2s;
}

.login-card input[type="password"]:focus,
.login-card input[type="text"]:focus {
  outline: none;
  border-color: var(--uy-celeste-dark);
  box-shadow: 0 0 0 4px rgba(92, 184, 255, 0.2);
}

.login-card .toggle-visibility {
  position: absolute;
  right: 4px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--uy-celeste-dark);
  font-weight: 600;
}

.login-card .help-line {
  text-align: right;
  font-size: 0.85rem;
}

.login-card .help-line a {
  color: var(--uy-azul);
  text-decoration: none;
  font-weight: 600;
}

.login-card .help-line a:hover {
  text-decoration: underline;
}

.login-card .primary-btn {
  border: none;
  border-radius: 16px;
  padding: 14px;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, var(--uy-celeste-dark), var(--uy-celeste));
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.15s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.login-card .primary-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(49, 136, 198, 0.3);
}

.login-card .divider {
  margin: 20px 0;
  display: flex;
  align-items: center;
  color: #9aa9bd;
  font-size: 0.85rem;
}

.login-card .divider::before,
.login-card .divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e2e8f3;
}

.login-card .divider span {
  margin: 0 12px;
}

.login-card .secondary-btn {
  border: none;
  background: linear-gradient(135deg, #ff6b6b, #d90429);
  color: #fff;
  border-radius: 14px;
  padding: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 12px 25px rgba(217, 4, 41, 0.35);
}

.login-card .secondary-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(217, 4, 41, 0.45);
}

.negocio-card {
  width: 100%;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(11,31,58,0.08);
  padding: 1rem;
  border: 1px solid rgba(11,31,58,0.05);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.negocio-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f9fbff;
  border-radius: 12px;
  padding: 0.75rem;
  gap: 0.75rem;
}

.negocio-row.compact {
  background: transparent;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(11,31,58,0.05);
}

.negocio-row.compact:last-child {
  border-bottom: none;
}

.negocio-label {
  margin: 0;
  font-size: 0.85rem;
  color: #8392a6;
}

.negocio-value {
  margin: 0;
  font-weight: 600;
  color: var(--uy-azul);
}

.negocio-badge {
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
}

.badge-success {
  background: rgba(45, 209, 120, 0.15);
  color: #2dd178;
}

.badge-warn {
  background: rgba(251, 77, 100, 0.15);
  color: #fb4d64;
}

.negocio-amount {
  font-weight: 600;
  color: var(--uy-celeste-dark);
}

.negocio-meta p {
  margin: 0.15rem 0;
  font-size: 0.9rem;
  color: var(--uy-azul);
}

.login-shell footer {
  margin-top: 15px;
  padding: 0 32px 28px;
  font-size: 0.8rem;
  color: #4b5769;
  display: flex;
  justify-content: space-between;
}

.login-error {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(251, 77, 100, 0.1);
  border: 1px solid rgba(251, 77, 100, 0.4);
  color: var(--accent-danger);
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 0.9rem;
}
.pedido-list {
  max-height: 400px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.pedido-card {
  background: #fff;
  border-radius: 16px;
  padding: 1rem 1.2rem;
  box-shadow: 0 10px 25px rgba(11, 31, 58, 0.08);
  border: 1px solid rgba(11, 31, 58, 0.06);
}

.pedido-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}

.pedido-id {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: var(--uy-azul);
}

.pedido-fecha {
  margin: 0;
  font-size: 0.85rem;
  color: #7a889e;
}

.pedido-meta p {
  margin: 0.15rem 0;
  font-size: 0.9rem;
  color: var(--uy-azul);
}

.pedido-meta strong {
  color: var(--text-primary);
}

.pedido-badge {
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.8rem;
}
.vehiculos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
}

.vehiculos-grid .vehiculo {
  width: 100%;
  box-sizing: border-box;
}

.vehiculos-grid .vehiculo img {
  object-fit: cover;
}

.chofer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
}

.chofer-card {
  background: var(--card-color);
  border: 1px solid var(--border-color);
  border-radius: 18px;
  padding: 1rem 1.2rem;
  box-shadow: 0 12px 30px rgba(11,31,58,0.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.chofer-card .info {
  flex: 1;
}

.reservas-table-wrapper {
  width: 100%;
  overflow-x: auto;
  margin-top: 1.5rem;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(11, 31, 58, 0.08);
  border: 1px solid rgba(11, 31, 58, 0.08);
}

.reservas-table-wrapper .reservas-table-container {
  max-height: 520px;
  overflow-y: auto;
}

.reservas-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.reservas-table thead {
  background: linear-gradient(135deg, rgba(49, 136, 198, 0.12), rgba(92, 184, 255, 0.12));
}

.reservas-table th,
.reservas-table td {
  text-align: left;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  white-space: nowrap;
}

.reservas-table tbody tr:nth-child(even) {
  background: rgba(15, 23, 42, 0.015);
}

.reservas-table tbody tr:hover {
  background: rgba(92, 184, 255, 0.05);
}

.estado-pill {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
}

.estado-pill.estado-success {
  background: rgba(45, 209, 120, 0.15);
  color: #1c7c4d;
}

.estado-pill.estado-warning {
  background: rgba(242, 201, 76, 0.2);
  color: #9c6a00;
}

.estado-pill.estado-danger {
  background: rgba(251, 77, 100, 0.15);
  color: #a61e2c;
}

.estado-pill.estado-default {
  background: rgba(15, 23, 42, 0.08);
  color: #0f172a;
}

.reservas-filter {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 18px;
  padding: 1rem 1.5rem;
  margin-top: 1rem;
  box-shadow: 0 10px 28px rgba(11,31,58,0.08);
}

.reservas-filter form {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: flex-end;
    width: 100%;
  }

.reservas-filter .filter-field {
    display: flex;
    flex-direction: column;
    min-width: 180px;
  }

.reservas-filter .filter-actions {
    margin-left: auto;
}

.reservas-filter .filter-actions {
    margin-left: auto;
}

.btn-enviar-facturas {
    border: none;
    background: linear-gradient(135deg, var(--accent-blue-dark), var(--accent-blue));
    color: #fff;
    padding: 0.65rem 1.3rem;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(92,184,255,0.35);
}

.reservas-filter label {
  font-size: 0.85rem;
  margin-bottom: 0.3rem;
  color: var(--text-secondary);
}

.reservas-filter input,
.reservas-filter select {
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px solid rgba(15, 23, 42, 0.15);
  background: #f9fbff;
  font-size: 0.95rem;
}

.filter-actions {
  display: flex;
  gap: 0.8rem;
  align-items: center;
}

.btn-filtrar,
.btn-reset {
  border: none;
  border-radius: 10px;
  padding: 8px 16px;
  font-weight: 600;
  cursor: pointer;
}

.btn-filtrar {
  background: linear-gradient(135deg, var(--uy-celeste-dark), var(--uy-celeste));
  color: #fff;
}

.btn-reset {
  background: rgba(15, 23, 42, 0.06);
  color: var(--text-primary);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.total-tarifas-resumen {
  font-weight: 600;
  color: var(--uy-azul);
  font-size: 0.9rem;
}

.btn-reset:hover,
.btn-filtrar:hover {
  opacity: 0.9;
}

.btn-editar {
  border: none;
  background: rgba(242, 201, 76, 0.2);
  color: #a15a00;
  padding: 6px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}

.btn-editar:hover {
  background: rgba(242, 201, 76, 0.35);
}

.acciones {
  display: flex;
  gap: 8px;
  align-items: center;
}

.btn-eliminar {
  border: none;
  background: rgba(251, 77, 100, 0.15);
  color: #a61e2c;
  padding: 6px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-eliminar:hover {
  background: rgba(251, 77, 100, 0.3);
}

.reserva-highlight {
  animation: reservaPulse 2s ease;
}

@keyframes reservaPulse {
  0% { background-color: rgba(45, 209, 120, 0.25); }
  100% { background-color: transparent; }
}

.dashboard-stats {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.stat-card {
  flex: 1;
  min-width: 180px;
  background: rgba(255,255,255,0.9);
  border: 1px solid rgba(15,23,42,0.08);
  border-radius: 18px;
  padding: 1rem 1.2rem;
  box-shadow: 0 12px 30px rgba(11,31,58,0.12);
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.stat-card.stat-blue {
  background: linear-gradient(135deg, rgba(92, 184, 255, 0.2), rgba(49, 136, 198, 0.2));
}

.stat-card.stat-red {
  background: linear-gradient(135deg, rgba(251, 77, 100, 0.15), rgba(195, 36, 58, 0.15));
}

.stat-label {
  font-size: 0.9rem;
  color: var(--text-secondary);
}

.stat-value {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--text-primary);
}

.vehiculos-dock {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.2rem;
  background: #fff;
  padding: 0.8rem 1rem;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(11,31,58,0.1);
}

.vehiculos-dock .dock-filter {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.vehiculos-dock select {
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding: 0.4rem 0.8rem;
  background: #f7fbff;
}

.vehiculos-dock .dock-button {
  border: none;
  background: linear-gradient(135deg, var(--uy-celeste-dark), var(--uy-celeste));
  color: #fff;
  padding: 0.6rem 1rem;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 12px 25px rgba(49,136,198,0.25);
}

.vehiculos-dock .dock-button:hover {
  transform: translateY(-1px);
}
.vehiculo-stats-line {
  font-size: 0.9rem;
  color: var(--text-secondary);
}
.swal-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.logout-link {
  color: #f43f5e !important;
}

.pagos-grid {
  max-height: 60vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 0.5rem 0;
}

.pago-item {
  padding: 0.8rem;
  border-radius: 12px;
  background: rgba(92, 184, 255, 0.08);
  text-align: left;
  font-size: 0.9rem;
  line-height: 1.4;
}

.filtro-pagos {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.6rem;
  font-size: 0.9rem;
  justify-content: center;
}

.filtro-pagos input[type="date"] {
  border: 1px solid rgba(15,23,42,0.15);
  border-radius: 10px;
  padding: 0.2rem 0.5rem;
}

.total-pagos {
  font-weight: 600;
  text-align: center;
  margin-bottom: 0.4rem;
  color: var(--text-primary);
}
.direcciones-guardadas {
  width: 100%;
}
.direcciones-lista {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.direccion-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.6rem 0.75rem;
  border-radius: 12px;
  background: rgba(11, 31, 58, 0.03);
  border: 1px solid rgba(11, 31, 58, 0.08);
}
.direccion-info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.direccion-info strong {
  color: var(--text-primary);
  font-size: 0.95rem;
}
.direccion-info span {
  font-size: 0.8rem;
  color: var(--text-secondary);
}
.direccion-actions {
  display: inline-flex;
  gap: 0.4rem;
}
.direccion-actions button {
  border: none;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  transition: transform 0.15s ease, box-shadow 0.2s ease;
}
.direccion-actions button i {
  pointer-events: none;
}
.direccion-actions .direccion-edit {
  background: rgba(242, 201, 76, 0.2);
  color: #a16207;
  box-shadow: 0 6px 16px rgba(242, 201, 76, 0.25);
}
.direccion-actions .direccion-edit:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(242, 201, 76, 0.35);
}
.direccion-actions .direccion-delete {
  background: rgba(251, 77, 100, 0.18);
  color: #b91c1c;
  box-shadow: 0 6px 16px rgba(251, 77, 100, 0.25);
}
.direccion-actions .direccion-delete:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(251, 77, 100, 0.35);
}
@media (max-width: 480px) {
  .direccion-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .direccion-actions {
    width: 100%;
    justify-content: flex-end;
  }
}
.iphone-steps {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  text-align: center;
}
.iphone-step {
  text-align: center;
}
.iphone-step img {
  width: 100%;
  border-radius: 10px;
  margin-top: 0.4rem;
  max-width: 280px;
}
.config-options {
  display: grid;
  gap: 1rem;
  margin-top: 20px;
}

.config-card {
  background: var(--card-color);
  border-radius: 18px;
  padding: 0.8rem;
  box-shadow: 0 18px 40px rgba(11,31,58,0.12);
}

.config-card .reservar-btn {
  width: 100%;
  margin: 0;
}

.db-backups-btn {
  border: none;
  background: linear-gradient(135deg, #2563eb, #3b82f6);
  color: #fff;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(59, 130, 246, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: absolute;
  right: 1.5rem;
  top: 14px;
  margin-right: 20px;
}

.db-backups-btn i {
  font-size: 1.2rem;
}

.db-backups-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 24px rgba(37, 99, 235, 0.35);
}

.backup-list {
  max-height: 320px;
  overflow-y: auto;
  text-align: left;
}

.backup-item {
  padding: 0.6rem 0;
  border-bottom: 1px solid rgba(15,23,42,0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.backup-item small {
  color: #94a3b8;
  font-size: 0.8rem;
}

.backup-optimize {
  border: none;
  background: linear-gradient(135deg, #ef4444, #dc2626);
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  font-weight: 600;
  margin-bottom: 0.7rem;
  cursor: pointer;
  width: 100%;
  box-shadow: 0 10px 22px rgba(239, 68, 68, 0.25);
}


.backup-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.backup-restore {
  border: none;
  background: linear-gradient(135deg, #0ea5e9, #2563eb);
  color: #fff;
  padding: 0.35rem 0.9rem;
  border-radius: 10px;
  font-size: 0.85rem;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.25);
}
