/* =========================================================
  Loliando - mobile-navigation.css 
  Navegación móvil reutilizable para todas las páginas
  ========================================================= */

/* ===== BARRA INFERIOR MÓVIL MEJORADA ===== */
.mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    background: white;
    border-top: 1px solid #e0e0e0;
    display: none;
    z-index: 1000;
    padding: 6px 6px 4px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.08);
    min-height: 52px;
    box-sizing: border-box;
    overflow: hidden;
    /* evita desplazamiento interno */
}

.mobile-nav-btn {
    flex: 1 1 0;
    min-width: 0;
    /* importante para evitar overflow horizontal */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #666;
    padding: 4px 6px;
    position: relative;
    transition: color 0.3s ease, transform 0.1s ease;
    min-height: 44px;
    justify-content: center;
}

.mobile-nav-btn.active {
    color: #00a650;
}

.nav-icon {
    width: 24px;
    height: 24px;
    margin-bottom: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-icon svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
    transition: fill 0.3s ease;
}

/* Labels removed, but keeping class just in case or for screen readers if we added them back hidden */
.nav-label {
    display: none;
}

.nav-badge {
    position: absolute;
    top: -5px;
    right: -6px;
    background: #ff4444;
    color: white;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    font-size: 10px;
    display: none;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border: 2px solid white;
}

.nav-badge.visible {
    display: flex;
}

/* Posicionamiento relativo para los íconos con badges */
.notificacion-icono-mobile,
.carrito-icono-mobile {
    position: relative;
}

/* Avatar circular para móvil */
.user-avatar-mobile {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3483fa;
    border: 2px solid transparent;
    transition: border-color 0.3s;
    transition: border-color 0.3s;
    margin-bottom: 0;
}

.avatar-img-mobile {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-avatar-mobile:not([has-img]) {
    background-color: #3483fa;
    color: white;
    font-weight: bold;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Botón de mensajes con badge */
.mensajes-btn {
    position: relative !important;
}

.mensaje-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #ff4444;
    color: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 10px;
    display: none;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border: 2px solid white;
}

.mensaje-badge.visible {
    display: flex;
}

/* Contadores móviles mejorados */
.contador-notificaciones-mobile,
.contador-carrito-mobile {
    background-color: #ff4444;
    color: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 10px;
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -5px;
    right: -5px;
    font-weight: bold;
    border: 2px solid white;
}

.contador-notificaciones-mobile.visible,
.contador-carrito-mobile.visible {
    display: flex;
}

/* Mostrar barra inferior solo en móviles */
@media (max-width: 768px) {
    .mobile-bottom-nav {
        display: flex;
    }

    /* Evitar scroll horizontal global en dispositivos móviles */
    html,
    body {
        overflow-x: hidden;
    }

    /* Ajustar padding inferior para que el contenido no quede detrás de la barra */
    body {
        padding-bottom: 64px !important;
    }

    /* Asegurar que el contenido principal tenga espacio reservado para la barra */
    main,
    .main-content,
    #productos,
    .pagina-notificaciones {
        margin-bottom: 64px !important;
    }
}

/* Estilos específicos para pantallas muy pequeñas */
@media (max-width: 480px) {
    .mobile-bottom-nav {
        min-height: 52px;
        padding: 6px 0 2px;
    }

    .nav-label {
        font-size: 9px;
    }

    .nav-icon {
        font-size: 18px;
    }

    .user-avatar-mobile {
        width: 22px;
        height: 22px;
    }

    .user-avatar-mobile:not([has-img]) {
        font-size: 9px;
    }

    .nav-badge {
        width: 14px;
        height: 14px;
        font-size: 9px;
        top: -1px;
    }

    .contador-notificaciones-mobile,
    .contador-carrito-mobile {
        width: 16px;
        height: 16px;
        font-size: 9px;
    }

    .mensaje-badge {
        width: 16px;
        height: 16px;
        font-size: 9px;
    }
}

/* Estilos para el bloque de controles en la parte superior (mobile-top-controls)
     Si la página incluye `.mobile-top-controls` la posicionamos en flujo y la hacemos
     responsiva para que los botones queden juntos debajo del header. */
/* Hidden by default; only shown via media query for small screens */
.mobile-top-controls {
    display: none;
    width: 100%;
}

@media (max-width: 768px) {
    .mobile-top-controls {
        display: flex !important;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        gap: 6px;
        /* Reducido de 8px */
        padding: 6px 12px;
        /* Reducido de 8px 12px */
        align-items: center;
        justify-content: space-between;
        margin: 4px auto;
        /* Reducido de 6px */
    }

    /* Limit the categories control so it doesn't take full width */
    .mobile-top-controls .categorias {
        flex: 0 0 auto;
        min-width: 0;
        max-width: 120px;
        /* Reducido de 140px */
        position: relative;
    }

    /* Make the dropdown button truncate instead of expanding the whole row */
    .mobile-top-controls .categorias .dropdown-btn {
        max-width: 120px;
        /* Reducido de 140px */
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 6px 10px;
        /* Reducido para coincidir con header */
        font-size: 12px;
        /* Reducido de 14px */
    }

    /* Position dropdown menu absolutely so it doesn't expand the row width */
    .mobile-top-controls .categorias .dropdown-content {
        position: absolute;
        left: 0;
        top: calc(100% + 6px);
        z-index: 1100;
        width: max-content;
        min-width: 120px;
        /* Reducido de 140px */
        max-width: 320px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
        background: white;
    }

    .mobile-top-controls .center-control {
        flex: 1 1 auto;
        display: flex;
        justify-content: center;
    }

    .mobile-top-controls .right-control {
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    /* Botón Vender reducido */
    .mobile-top-controls .vender-btn {
        padding: 6px 10px;
        /* Reducido de 8px 15px */
        font-size: 12px;
        /* Reducido de 14px */
        border-radius: 4px;
    }

    .mobile-top-controls .mensajes-btn {
        background: none;
        border: none;
        padding: 3px;
        /* Reducido de 4px */
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #666;
        position: relative;
    }

    .mobile-top-controls .mensajes-btn svg {
        width: 24px;
        /* Reducido de 28px */
        height: 24px;
        display: block;
        min-width: 24px;
    }

    /* Badge de mensajes reducido */
    .mobile-top-controls .contador-mensajes-mobile {
        min-width: 16px;
        /* Reducido de 18px */
        height: 16px;
        font-size: 10px;
        /* Reducido de 12px */
        top: -4px;
        /* Ajustado de -6px */
        right: -4px;
        padding: 0 4px;
        /* Reducido de 0 5px */
    }
}

/* Estilos para pantallas muy pequeñas */
@media (max-width: 480px) {
    .mobile-top-controls {
        gap: 5px;
        padding: 5px 10px;
        margin: 3px auto;
    }

    .mobile-top-controls .categorias {
        max-width: 100px;
    }

    .mobile-top-controls .categorias .dropdown-btn {
        max-width: 100px;
        padding: 5px 8px;
        font-size: 11px;
    }

    .mobile-top-controls .vender-btn {
        padding: 5px 8px;
        font-size: 11px;
    }

    .mobile-top-controls .mensajes-btn svg {
        width: 22px;
        height: 22px;
        min-width: 22px;
    }

    .mobile-top-controls .contador-mensajes-mobile {
        min-width: 14px;
        height: 14px;
        font-size: 9px;
        top: -3px;
        right: -3px;
        padding: 0 3px;
    }
}

/* Estados de hover y active mejorados */
.mobile-nav-btn:hover {
    color: #00a650;
}

.mobile-nav-btn:active {
    transform: scale(0.95);
    transition: transform 0.1s ease;
}

/* Efectos para el avatar */
.mobile-nav-btn.user-profile-mobile.active .user-avatar-mobile {
    border-color: #00a650;
}

.mobile-nav-btn.user-profile-mobile.active .user-avatar-mobile:not([has-img]) {
    background-color: #00a650;
}

/* Indicador visual para botones activos */
.mobile-nav-btn.active::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 4px;
    background: #00a650;
    border-radius: 50%;
}

/* Transiciones suaves */
.mobile-bottom-nav,
.mobile-nav-btn,
.nav-icon,
.nav-label {
    transition: all 0.3s ease;
}

/* Soporte para dispositivos con notch */
@supports (padding: max(0px)) {
    .mobile-bottom-nav {
        padding-bottom: max(4px, env(safe-area-inset-bottom));
    }
}

/* Modo oscuro opcional */
@media (prefers-color-scheme: dark) {
    .mobile-bottom-nav {
        background: #1a1a1a;
        border-top-color: #333;
    }

    .mobile-nav-btn {
        color: #ccc;
    }

    .mobile-nav-btn.active {
        color: #4CAF50;
    }
}