
        body { font-family: 'Inter', sans-serif; -webkit-tap-highlight-color: transparent; }
        /* Ocultar barra de scroll para un look más limpio en pantallas no táctiles pero mantener funcionalidad */
        ::-webkit-scrollbar { width: 6px; }
        ::-webkit-scrollbar-track { background: transparent; }
        ::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 10px; }
        .tab-active { border-bottom: 2px solid #2563eb; color: #2563eb; font-weight: 600; }
        .tab-inactive { color: #6b7280; font-weight: 400; }
    
