/* ===========================================================
   🚀 MAGIC SCHOOL MASTER CSS - VERSIÓN SUPREMA (V21)
   =========================================================== */

/* --- 1. VARIABLES MAESTRAS Y RESET --- */
:root {
  --primary: #0984e3;
  --secondary: #00cec9;
  --bg-dark: #1e272e;
  --border-light: #e5e5e5;
  --neon-red: #ff7675;
  --neon-purple: #a29bfe;
  --neon-green: #55efc4;
  --neon-gold: #f1c40f;
}

::-webkit-scrollbar { display: none; }
* { box-sizing: border-box; outline: none; margin: 0; padding: 0; scrollbar-width: none; }

body {
  margin: 0;
  font-family: 'Arial Rounded MT Bold', 'Nunito', sans-serif;
  background: #ffffff;
  color: #2d3436;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

/* --- 2. LAYOUT DE ARCHIMAGO (3 COLUMNAS FIJAS) --- */
#app {
  display: grid !important;
  grid-template-columns: 300px 1fr 320px !important;
  height: 100vh;
  width: 100vw;
}

/* --- 3. LATERALES HOME (LIMPIEZA ÉLITE) --- */
.sidebar-left, .sidebar-right {
  background: #ffffff !important;
  padding: 25px 15px;
  display: flex !important;
  flex-direction: column;
  gap: 12px;
  height: 100vh;
  position: relative;
  z-index: 10;
}
.sidebar-left { border-right: 2px solid var(--border-light); }
.sidebar-right { border-left: 2px solid var(--border-light); }

.side-label {
  font-size: 0.75rem; font-weight: 900; color: #bbb;
  letter-spacing: 4px; text-align: center; margin-bottom: 10px;
  text-transform: uppercase;
}

/* --- 4. ARTEFACTOS 3D (LOOK TIENDA NEGRO - HORIZONTAL) --- */
.nav-btn, .widget-card, .artifact-card-pro {
  width: 100% !important;
  background: var(--bg-dark) !important;
  border: 3px solid var(--c, #333) !important;
  border-radius: 22px !important;
  padding: 12px 18px !important;
  display: flex !important;
  align-items: center; gap: 15px;
  cursor: pointer !important;
  transition: 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 10px 0 var(--s, #000) !important;
  color: white !important;
  text-transform: uppercase;
}

.nav-btn:hover, .widget-card:hover { transform: translateY(-4px); box-shadow: 0 15px 0 var(--s) !important; }
.nav-btn:active, .widget-card:active { transform: translateY(6px); box-shadow: 0 2px 0 var(--s) !important; }
.nav-btn.active { background: white !important; color: var(--c) !important; box-shadow: 0 10px 0 var(--c) !important; }

/* Sincronización de Colores */
.nav-btn:nth-child(1), .stat-pill { --c: var(--secondary); --s: #008b8b; }
.nav-btn:nth-child(2), .widget-card:nth-child(2) { --c: var(--neon-red); --s: #d63031; }
.nav-btn:nth-child(3), .widget-card:nth-child(3) { --c: var(--neon-purple); --s: #6c5ce7; }
.nav-btn:nth-child(4), .widget-card:nth-child(4) { --c: var(--neon-green); --s: #00b894; }
.widget-card:nth-child(5) { --c: var(--primary); --s: #1899d6; }

.btn-icon, .w-icon { font-size: 2.2rem; filter: drop-shadow(0 0 10px var(--c)); }
.btn-text, .widget-info h3 { font-size: 0.9rem; font-weight: 900; letter-spacing: 1px; }
.widget-info p { font-size: 0.75rem; color: #636e72; margin: 0; text-transform: none; }

/* --- 5. COLUMNA CENTRAL (MAPA) --- */
.main-content {
  overflow-y: auto !important;
  height: 100vh;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#content-area { width: 100%; max-width: 600px; padding: 0 20px 150px; }

.unit-island-light {
  background: white; border: 4px solid var(--primary);
  border-radius: 40px; padding: 25px; display: flex;
  align-items: center; gap: 20px; width: 95%; max-width: 500px;
  margin: 40px auto; box-shadow: 0 12px 0 #0652dd;
}

/* --- 6. CINEMA TV (TEATRO GALÁCTICO) --- */
.cinema-dark-frame {
    background: #000 !important; border: 4px solid #e50914 !important;
    border-radius: 40px !important; box-shadow: 0 12px 0 #8c060d, 0 20px 40px rgba(0,0,0,0.3) !important;
    padding: 30px; width: 100%; max-width: 1050px; margin-bottom: 40px;
}
.video-card-vertical {
  background: #1a1a1a; border-radius: 30px; overflow: hidden; cursor: pointer;
  border: 3px solid #333; box-shadow: 0 10px 25px rgba(0,0,0,0.5);
  transition: 0.3s; height: 320px;
}
.video-card-vertical:hover { transform: translateY(-12px); border-color: #e50914; }

/* --- 7. TIENDA MÁGICA (ESTILO VIP) --- */
.shop-theme { background: radial-gradient(circle, #1a1a2e 0%, #0a0a12 100%) !important; }
.shop-card-epic {
    background: rgba(255, 255, 255, 0.05); backdrop-filter: blur(15px);
    border: 3px solid var(--neon-gold); border-radius: 40px; padding: 25px;
    box-shadow: 0 10px 0 #b38f00, 0 15px 30px rgba(0,0,0,0.4);
}

/* --- 8. MODO ARENA (INMERSIÓN TOTAL) --- */
.full-screen-arena {
    position: fixed !important; inset: 0; width: 100vw; height: 100vh;
    background: radial-gradient(circle at center, #1e272e 0%, #000000 100%) !important;
    z-index: 999999; display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.mago-card-pro {
    background: rgba(255, 255, 255, 0.03) !important; backdrop-filter: blur(25px);
    border: 4px solid var(--neon-gold) !important; border-radius: 60px;
    padding: 50px 30px; box-shadow: 0 0 60px rgba(241, 196, 15, 0.2);
}

/* --- 9. ZONA KIDS (PORTALES) --- */
.kid-item-block {
    background: white; border-radius: 35px; padding: 20px; cursor: pointer;
    border: 3px solid var(--k-color); box-shadow: 0 12px 0 var(--k-shadow);
    height: 230px; text-align: center;
}

/* --- 10. PROFILE MÁGICO --- */
.profile-theme-magic-light {
    background-color: #f0f2f5 !important;
    background-image: url('https://www.transparenttextures.com/patterns/p6.png') !important;
    min-height: 100vh; width: 100vw; display: flex; flex-direction: column; align-items: center;
}
.glass-card-pro {
    background: white !important; border-radius: 45px !important;
    border: 4px solid var(--neon-gold) !important;
    box-shadow: 0 12px 0 #b38f00, 0 20px 40px rgba(0,0,0,0.1) !important;
}

/* --- 11. SOCIAL Y OTROS --- */
.social-widget { margin-top: auto !important; display: flex !important; flex-direction: column !important; align-items: center !important; gap: 15px !important; }
.social-icons-row { display: flex; flex-direction: column; gap: 15px; }
.social-btn img { width: 32px !important; opacity: 0.4; transition: 0.3s; filter: grayscale(1); }
.social-btn img:hover { filter: grayscale(0); opacity: 1; transform: scale(1.2); }

/* --- 12. ANIMACIONES --- */
@keyframes magicFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-15px); } }
@keyframes magicPop { from { opacity: 0; transform: scale(0.8) translateY(50px); } to { opacity: 1; transform: scale(1) translateY(0); } }

==========================================================================
                    🔍 BUSCA PALABRAS MÁGICO: 10 MUNDOS  
   ========================================================================== */
/* GRID DE SOPA DE LETRAS */
.wordsearch-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr); /* 7 columnas para que sea cómodo en móvil */
    gap: 8px;
    background: #f8f9fa;
    padding: 15px;
    border-radius: 25px;
    border: 2px solid #eee;
}

/* LETRA DE LA SOPA */
.letter-tile {
    aspect-ratio: 1;
    background: white;
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.2rem; font-weight: 900; color: #2d3436;
    cursor: pointer; transition: 0.2s;
    user-select: none;
    box-shadow: 0 4px 0 #ddd;
}

.letter-tile:active { transform: scale(0.9); }

/* ESTADOS DE LA LETRA */
.letter-tile.selected {
    background: #a29bfe !important;
    color: white !important;
    box-shadow: 0 0 15px #6c5ce7;
    transform: scale(1.1);
}

.letter-tile.found {
    background: #d7ffb8 !important;
    color: #58cc02 !important;
    box-shadow: 0 0 10px #58cc02;
    border-color: #58cc02;
}

/* LISTA DE PALABRAS A BUSCAR */
.target-word {
    padding: 5px 12px;
    background: #eee;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 800;
    color: #777;
    transition: 0.3s;
}

.target-word.completed {
    background: #58cc02;
    color: white;
    text-decoration: line-through;
    box-shadow: 0 0 10px rgba(88, 204, 2, 0.4);
}

/* --- 📱 MODO CELULAR - BOTONES SUPERIOR - HOME --- */
.mobile-top-bar { display: none; }
.mobile-bottom-nav { display: none; }

@media (max-width: 900px) {
    #app { grid-template-columns: 1fr !important; }
    .sidebar-left, .sidebar-right { display: none !important; }
    
    /* Barra Superior Móvil */
    .mobile-top-bar {
        display: flex;
        justify-content: space-around;
        padding: 10px;
        background: white;
        border-bottom: 2px solid #e5e5e5;
        position: sticky;
        top: 0;
        z-index: 100;
    }
    .m-top-btn {
        background: #f0f9ff; border: 2px solid #1cb0f6;
        border-radius: 12px; padding: 5px 15px; font-size: 1.2rem;
        box-shadow: 0 4px 0 #1cb0f6;
    }
/* --- 📱 MODO CELULAR - BOTONES INFERIORES - HOME --- */

    /* Barra Inferior Móvil (Dock) */
    .mobile-bottom-nav {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: white;
        border-top: 2px solid #e5e5e5;
        justify-content: space-around;
        padding: 10px 5px;
        z-index: 1000;
    }
    .mobile-bottom-nav button {
        background: none; border: none; font-size: 0.6rem;
        font-weight: 900; color: #afafaf; text-transform: uppercase;
    }
}

/* ANIMACIONES PARA EL INICIO MÁGICO */
@keyframes flyIntro {
    0%, 100% { transform: translateY(0) rotate(-5deg); filter: drop-shadow(0 5px 15px rgba(0,206,201,0.4)); }
    50% { transform: translateY(-25px) rotate(5deg); filter: drop-shadow(0 20px 30px rgba(0,206,201,0.6)); }
}

@keyframes titleGlowIntro {
    from { opacity: 0; transform: scale(0.8); filter: blur(10px); }
    to { opacity: 1; transform: scale(1); filter: blur(0); }
}

.splash-parrot {
    width: 150px;
    animation: flyIntro 3s infinite ease-in-out;
}

.splash-title {
    animation: titleGlowIntro 1s ease-out forwards;
    animation-delay: 1s; /* Aparece después de que el loro empieza a volar */
    opacity: 0;
}


/* --- ESTILO TIPO DUOLINGO PARA TRADUCCIÓN --- */
.word-hint:hover::after {
    content: attr(data-hint);
    position: absolute;
    bottom: 130%;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    color: #1e272e;
    padding: 8px 12px;
    border-radius: 12px;
    font-size: 0.9rem;
    font-weight: bold;
    white-space: nowrap;
    border: 2px solid #f1c40f;
    box-shadow: 0 10px 20px rgba(0,0,0,0.4);
    z-index: 10000;
}

.word-hint:hover::before {
    content: "";
    position: absolute;
    bottom: 115%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 8px;
    border-style: solid;
    border-color: #f1c40f transparent transparent transparent;
    z-index: 10001;
}

@keyframes magicPop {
    0% { transform: scale(0); opacity: 0; }
    70% { transform: scale(1.2); opacity: 1; }
    100% { transform: scale(1); opacity: 1; }
}

/* Ajuste para que el menú lateral no se ensanche */
.sidebar-left {
    width: 240px !important; /* Ajusta este número al ancho de tus otros botones */
    min-width: 240px !important;
}

.pc-nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
/* ===========================================================
   🎯 SIMETRÍA PERFECTA SOLO EN PC (PROTECCIÓN MÓVIL)
   =========================================================== */

/* ESTE BLOQUE SOLO SE ACTIVA EN PANTALLAS GRANDES */
@media screen and (min-width: 1025px) {
    
    /* 1. Forzamos el diseño de 3 columnas */
    #app {
        display: flex !important;
        flex-direction: row !important;
        justify-content: center !important;
        align-items: flex-start !important;
        max-width: 100% !important;
        padding: 0 20px !important;
    }

    /* 2. Columnas Izquierda y Derecha: IDÉNTICAS */
    #sidebar-left-nav, 
    #sidebar-right-widgets,
    .sidebar-left, 
    .sidebar-right {
        width: 300px !important;      /* El ancho que quieras, pero igual en ambos */
        min-width: 300px !important;  /* No deja que se encojan */
        flex: 0 0 300px !important;   /* Bloquea el tamaño */
        display: flex !important;
        flex-direction: column !important;
    }

    /* 3. El centro (Mapa) crece para llenar el espacio */
    #main-scroller, .main-content {
        flex: 1 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        width: auto !important;
    }

    /* 4. Botones internos: Que todos midan lo mismo */
    #sidebar-left-nav *, #sidebar-right-widgets * {
        width: 100% !important;
        box-sizing: border-box !important;
    }
}

/* ===========================================================
   🛡️ ESCUDO PROTECTOR PARA MÓVIL (RESET)
   =========================================================== */
@media screen and (max-width: 1024px) {
    
    /* Restauramos la barra superior para que NO se baje */
    .mobile-top-bar {
        padding-top: 5px !important; /* Ajusta este número si quieres más o menos espacio */
        display: flex !important;
    }

    /* Forzamos que el contenido central no se ensanche por error */
    #main-scroller, .main-content {
        width: 100% !important;
        flex: none !important;
    }

    /* Ocultamos las barras laterales en móvil si el JS no lo hace */
    .sidebar-left, .sidebar-right {
        display: none !important;
    }
}

/* ===========================================================
   🚫 BLOQUEO DE MOVIMIENTO LATERAL (FIX WOBBLE)
   =========================================================== */

/* 1. Bloqueo Global: Evita que el navegador permita scroll horizontal */
html, body {
    overflow-x: hidden !important;
    position: relative;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    /* 2. Forzamos que el contenedor de la App no se pase del ancho del celular */
    #app {
        width: 100vw !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* 3. Ajuste para el contenido y las tarjetas */
    /* Esto asegura que el mapa y las unidades se ajusten al ancho disponible */
    .main-content, #main-scroller, #content-area {
        width: 100% !important;
        max-width: 100vw !important;
        overflow-x: hidden !important;
        padding-left: 10px !important;  /* Un poquito de margen para que no toque los bordes */
        padding-right: 10px !important;
        box-sizing: border-box !important;
    }

    /* 4. Aseguramos que ninguna tarjeta "empuje" la pantalla hacia afuera */
    .artifact-card, [class*="card"] {
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
}

/* =========================================
   ZONA KIDS – CONTENEDOR GLOBAL
========================================= */

.kids-arena-total {
    position: fixed;
    inset: 0;
    background: radial-gradient(circle at top, #1e272e, #000);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
}

/* =========================================
   TARJETA PRINCIPAL
========================================= */

.kids-master-card {
    width: min(1100px, 95vw);
    height: min(90vh, 700px);
    background: linear-gradient(180deg, #0f2027, #203a43, #2c5364);
    border-radius: 28px;
    box-shadow: 0 20px 60px rgba(0,0,0,.7);
    display: flex;
    flex-direction: column;
    overflow: visible; /* 🔥 NO BLOQUEAR SCROLL */
}

/* =========================================
   HEADER
========================================= */

.kids-header {
    padding: 14px 18px;
    text-align: center;
    color: #fff;
    font-weight: 900;
    font-size: clamp(1rem, 2.5vw, 1.4rem);
    background: rgba(0,0,0,.25);
    border-radius: 28px 28px 0 0;
}

/* =========================================
   ZONA SCROLL REAL
========================================= */

.kids-scroll-area {
    flex: 1;
    min-height: 0;            /* 🔑 CLAVE FLEXBOX */
    overflow-y: auto;
    overflow-x: hidden;
    padding: 16px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.kids-scroll-area::-webkit-scrollbar {
    display: none;
}

/* =========================================
   GRID DE CARPETAS / LETRAS
========================================= */

.kids-grid-pro {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    gap: 14px;
}

/* =========================================
   ITEMS
========================================= */

.kids-folder {
    background: linear-gradient(135deg, #00cec9, #0984e3);
    border-radius: 18px;
    padding: 18px 10px;
    text-align: center;
    color: #fff;
    font-weight: 900;
    font-size: 1.1rem;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease;
    box-shadow: 0 8px 18px rgba(0,0,0,.3);
}

.kids-folder:hover {
    transform: translateY(-4px) scale(1.04);
    box-shadow: 0 14px 28px rgba(0,0,0,.45);
}

/* =========================================
   RESPONSIVE FINO
========================================= */

@media (max-width: 768px) {
    .kids-master-card {
        height: 94vh;
        border-radius: 20px;
    }

    .kids-grid-pro {
        grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
    }
}

@media (max-width: 480px) {
    .kids-folder {
        font-size: 1rem;
        padding: 14px 6px;
    }
}
@keyframes floatAvatar {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-15px); }
}

@keyframes pulseGlow {
    0% { transform: scale(0.8); opacity: 0.3; }
    50% { transform: scale(1.1); opacity: 0.6; }
    100% { transform: scale(0.8); opacity: 0.3; }
}

@keyframes pulseRing {
    0% { transform: scale(1); opacity: 0.8; border-color: #ff7675; }
    100% { transform: scale(1.5); opacity: 0; border-color: white; }
}

@keyframes slideInUp {
    from { transform: translateY(50px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

const styleSheetIA = document.createElement('style');
styleSheetIA.innerHTML = `
    /* Salto de Victoria */
    .card-victory { animation: victoryJump 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
    @keyframes victoryJump {
        0% { transform: translateY(0); }
        40% { transform: translateY(-30px) scale(1.05); }
        70% { transform: translateY(5px) scale(0.98); }
        100% { transform: translateY(0); }
    }

    /* Sacudida de Error */
    .card-shake { animation: shakeError 0.4s linear; }
    @keyframes shakeError {
        0%, 100% { transform: translateX(0); }
        20%, 60% { transform: translateX(-10px); }
        40%, 80% { transform: translateX(10px); }
    }

    @keyframes pulseRing { 0% { transform: scale(1); opacity: 0.5; } 100% { transform: scale(1.6); opacity: 0; } }
    @keyframes pulseGlow { 0% { transform: scale(1); opacity: 0.3; } 50% { transform: scale(1.2); opacity: 0.5; } 100% { transform: scale(1); opacity: 0.3; } }
    @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
`;
document.head.appendChild(styleSheetIA);

/* 📱 BARRA DE NAVEGACIÓN ESTILO APP PRO */
.mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: #1e272e; /* Fondo oscuro elegante */
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    z-index: 1000;
    padding-bottom: 5px; /* Espacio para el dedo */
    box-shadow: 0 -5px 20px rgba(0,0,0,0.3);
}

.nav-item {
    background: none;
    border: none;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.2s;
    color: #b2bec3; /* Color inactivo (gris suave) */
    gap: 4px;
}

/* El círculo/pill que envuelve al icono (Estilo WhatsApp) */
.nav-icon-wrapper {
    padding: 4px 20px;
    border-radius: 20px;
    transition: 0.3s;
    font-size: 1.5rem;
}

/* Estilo cuando el botón está activo/seleccionado */
.nav-item.active .nav-icon-wrapper {
    background: rgba(241, 196, 15, 0.15); /* Fondo amarillo tenue */
    color: #f1c40f; /* Icono dorado */
}

.nav-item.active .nav-label {
    color: #f1c40f;
    font-weight: 900;
}

.nav-label {
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* 📱 BARRA SUPERIOR ESTILO PRO */
.mobile-top-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 65px;
    background: white;
    display: flex;
    justify-content: space-around; /* Simetría perfecta */
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.03);
    padding: 0 10px;
}

.m-top-btn {
    background: none;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.2s;
    flex: 1; /* Todos ocupan el mismo ancho exacto */
}

/* La cápsula superior (Versión estilizada) */
.top-icon-pill {
    width: 50px;
    height: 35px;
    background: #f1f2f6; /* Gris muy suave de fondo */
    border: 1.5px solid #e1e4e8;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: 0.3s;
    color: #2d3436;
}

/* Efecto cuando pasas el dedo o está activo */
.m-top-btn:active .top-icon-pill {
    background: rgba(28, 176, 246, 0.1); /* Azul Duolingo tenue */
    border-color: #1cb0f6;
    transform: scale(0.95);
}

/* Ajuste para el contenido central para que no lo tapen las barras */
.main-content {
    padding-top: 75px; /* Espacio para la barra de arriba */
    padding-bottom: 80px; /* Espacio para la barra de abajo */
}

/* Estilo para el avatar de la IA en la barra */
.nav-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
    border: 1.5px solid #f1c40f;
}

/* Ajuste general de etiquetas */
.nav-label {
    font-size: 0.6rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 2px;
}

/* ===========================================================
   🚀 REGLA NUCLEAR: BORRAR BOTONES SUPERIORES EN PC
   =========================================================== */
@media screen and (min-width: 1024px) {
    /* Forzamos la desaparición total de la barra superior */
    .mobile-top-bar {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        height: 0 !important;
        pointer-events: none !important;
    }

    /* Quitamos el espacio en blanco que dejaba la barra arriba */
    .main-content {
        padding-top: 10px !important;
    }

    /* Por si acaso los botones están fuera del contenedor principal */
    .m-top-btn, .top-icon-pill {
        display: none !important;
    }
}